summaryrefslogtreecommitdiff
path: root/games/quake6/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake6/patches/patch-ah')
-rw-r--r--games/quake6/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/quake6/patches/patch-ah b/games/quake6/patches/patch-ah
new file mode 100644
index 00000000000..d7d87db9612
--- /dev/null
+++ b/games/quake6/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2002/01/10 16:43:28 skrll Exp $
+
+--- qw_server/sys_unix.c.orig Mon Jan 10 16:59:37 2000
++++ qw_server/sys_unix.c
+@@ -25,7 +25,7 @@
+ #endif
+
+ // FIXME: use autoconf
+-#if defined(unix) || defined(_AIX)
++#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <sys/time.h>