aboutsummaryrefslogtreecommitdiff
path: root/games/q3base
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 10:08:31 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 10:08:31 +0000
commit4da51cd6f5424b082f20e913d3181842b6b7f495 (patch)
tree41bdc544024027c324be1d346f369af091934879 /games/q3base
parente0374a6fc28239d8dcf63a82e0cca5f583eb7bc9 (diff)
downloadports-4da51cd6f5424b082f20e913d3181842b6b7f495.tar.gz
ports-4da51cd6f5424b082f20e913d3181842b6b7f495.zip
Notes
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
+