diff options
author | alfred <alfred@FreeBSD.org> | 2002-04-29 14:40:49 +0800 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-04-29 14:40:49 +0800 |
commit | 84291e6d27616a11b528a62dedcc0b3561ae628e (patch) | |
tree | d4ebf83f98125b363b91deb15be837bf46ea33fa /games | |
parent | 5962bf3cb09148667d20d45e0e6cbd113112c0ff (diff) | |
download | freebsd-ports-gnome-84291e6d27616a11b528a62dedcc0b3561ae628e.tar.gz freebsd-ports-gnome-84291e6d27616a11b528a62dedcc0b3561ae628e.tar.zst freebsd-ports-gnome-84291e6d27616a11b528a62dedcc0b3561ae628e.zip |
FreeBSD needs IPPORT_USERRESERVED defined as IPPORT_RESERVED as well.
Diffstat (limited to 'games')
-rw-r--r-- | games/kdegames3/files/patch-wizard.cpp | 11 | ||||
-rw-r--r-- | games/kdegames4/files/patch-wizard.cpp | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/games/kdegames3/files/patch-wizard.cpp b/games/kdegames3/files/patch-wizard.cpp new file mode 100644 index 000000000000..89f928104fbc --- /dev/null +++ b/games/kdegames3/files/patch-wizard.cpp @@ -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 diff --git a/games/kdegames4/files/patch-wizard.cpp b/games/kdegames4/files/patch-wizard.cpp new file mode 100644 index 000000000000..89f928104fbc --- /dev/null +++ b/games/kdegames4/files/patch-wizard.cpp @@ -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 |