aboutsummaryrefslogtreecommitdiff
path: root/games/kdegames4
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-04-29 06:40:49 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-04-29 06:40:49 +0000
commit1f7d3bb40cbfd91c7d9de9df63b8603521788171 (patch)
tree62108a48f991f9a155caa188920de4027c030277 /games/kdegames4
parentc5c456d9d23c610540edea7fdd0fcee3381a2a43 (diff)
downloadports-1f7d3bb40cbfd91c7d9de9df63b8603521788171.tar.gz
ports-1f7d3bb40cbfd91c7d9de9df63b8603521788171.zip
Notes
Diffstat (limited to 'games/kdegames4')
-rw-r--r--games/kdegames4/files/patch-wizard.cpp11
1 files changed, 11 insertions, 0 deletions
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