summaryrefslogtreecommitdiff
path: root/games/fuhquake/files/patch-sv_sys_unix.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-06-02 18:29:57 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-06-02 18:29:57 +0000
commit6d680277e98d6fc123889cce8adbaa445a0fd31a (patch)
tree34aefdf81e1091ffbdd53b7160ad9d880ff01b65 /games/fuhquake/files/patch-sv_sys_unix.c
parentMake the metaport depend on ALL KDE modules, (diff)
New port: fuhquake
FuhQuake is an excellent QuakeWorld client. An excellent work by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes: svn path=/head/; revision=82036
Diffstat (limited to 'games/fuhquake/files/patch-sv_sys_unix.c')
-rw-r--r--games/fuhquake/files/patch-sv_sys_unix.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/fuhquake/files/patch-sv_sys_unix.c b/games/fuhquake/files/patch-sv_sys_unix.c
new file mode 100644
index 000000000000..5182ac61a7cc
--- /dev/null
+++ b/games/fuhquake/files/patch-sv_sys_unix.c
@@ -0,0 +1,11 @@
+--- sv_sys_unix.c.orig Wed May 21 17:18:37 2003
++++ sv_sys_unix.c Wed May 21 15:09:31 2003
+@@ -24,7 +24,7 @@
+ #include <libc.h>
+ #endif
+
+-#if defined(__linux__) || defined(sun)
++#if defined(__linux__) || defined(__FreeBSD__) || defined(sun)
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <sys/time.h>