summaryrefslogtreecommitdiff
path: root/games/bzflag/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-31 03:10:39 +0000
committerxtraeme <xtraeme>2003-12-31 03:10:39 +0000
commit7e58a89bc0b53494f37ea44d4a19f789aa6992f8 (patch)
treee4f290ded5c921b50b26a68bfa940450c0da6c75 /games/bzflag/patches
parent4684d2ed1ca38483496623d69f3a6d0d71698a15 (diff)
downloadpkgsrc-7e58a89bc0b53494f37ea44d4a19f789aa6992f8.tar.gz
Add <sys/types.h> to fix building on FreeBSD 4.x, from
Michal Pasternak in PR pkg/23934.
Diffstat (limited to 'games/bzflag/patches')
-rw-r--r--games/bzflag/patches/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/bzflag/patches/patch-af b/games/bzflag/patches/patch-af
new file mode 100644
index 00000000000..12a8579afc2
--- /dev/null
+++ b/games/bzflag/patches/patch-af
@@ -0,0 +1,11 @@
+$NetBSD: patch-af,v 1.3 2003/12/31 03:10:39 xtraeme Exp $
+
+--- src/bzadmin/StdBothUI.cxx.orig Tue Dec 9 08:38:14 2003
++++ src/bzadmin/StdBothUI.cxx Wed Dec 31 02:55:48 2003
+@@ -20,6 +20,7 @@
+ #include <ws2tcpip.h>
+ #include <wincon.h>
+ #else
++#include <sys/types.h>
+ #include <sys/select.h>
+ #endif