aboutsummaryrefslogtreecommitdiffstats
path: root/games/q3base
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-02 18:08:31 +0800
committeredwin <edwin@FreeBSD.org>2006-01-02 18:08:31 +0800
commitb30306cec77a96493828d4d043e51ecb7646a392 (patch)
treea3268e15a8694404b673de3936bab35f555c2e2a /games/q3base
parente4dafabd66318db71217e7a18a8d9ef22ae317da (diff)
downloadfreebsd-ports-gnome-b30306cec77a96493828d4d043e51ecb7646a392.tar.gz
freebsd-ports-gnome-b30306cec77a96493828d4d043e51ecb7646a392.tar.zst
freebsd-ports-gnome-b30306cec77a96493828d4d043e51ecb7646a392.zip
FIx compiling on 4.11
Noticed by: YAPHR Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'games/q3base')
-rw-r--r--games/q3base/files/patch-netinet.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/q3base/files/patch-netinet.diff b/games/q3base/files/patch-netinet.diff
new file mode 100644
index 000000000000..ce72a52312b7
--- /dev/null
+++ b/games/q3base/files/patch-netinet.diff
@@ -0,0 +1,10 @@
+--- src/qcommon/common.c Thu Oct 6 00:51:26 2005
++++ src/qcommon/common.c Sun Jan 1 22:13:57 2006
+@@ -27,6 +27,7 @@
+ #ifdef _WIN32
+ #include <winsock.h>
+ #else
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #endif
+