mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
FreeBSD needs IPPORT_USERRESERVED defined as IPPORT_RESERVED as well.
This commit is contained in:
parent
c5c456d9d2
commit
1f7d3bb40c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58293
11
games/kdegames3/files/patch-wizard.cpp
Normal file
11
games/kdegames3/files/patch-wizard.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- ksirtet/lib/wizard.cpp.old Mon Apr 22 10:51:55 2002
|
||||
+++ ksirtet/lib/wizard.cpp Mon Apr 22 10:52:14 2002
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifdef __bsdi__
|
||||
#define IPPORT_USERRESERVED IPPORT_DYNAMIC
|
||||
#endif
|
||||
-#if defined(__NetBSD__) || defined(__sgi)
|
||||
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__sgi)
|
||||
#define IPPORT_USERRESERVED IPPORT_RESERVED
|
||||
#endif
|
||||
#define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED
|
11
games/kdegames4/files/patch-wizard.cpp
Normal file
11
games/kdegames4/files/patch-wizard.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- ksirtet/lib/wizard.cpp.old Mon Apr 22 10:51:55 2002
|
||||
+++ ksirtet/lib/wizard.cpp Mon Apr 22 10:52:14 2002
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifdef __bsdi__
|
||||
#define IPPORT_USERRESERVED IPPORT_DYNAMIC
|
||||
#endif
|
||||
-#if defined(__NetBSD__) || defined(__sgi)
|
||||
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__sgi)
|
||||
#define IPPORT_USERRESERVED IPPORT_RESERVED
|
||||
#endif
|
||||
#define MIN_USER_PORT (unsigned short int)IPPORT_USERRESERVED
|
Loading…
Reference in New Issue
Block a user