diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2003-06-02 18:29:57 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-02 18:29:57 +0000 |
| commit | 6d680277e98d6fc123889cce8adbaa445a0fd31a (patch) | |
| tree | 34aefdf81e1091ffbdd53b7160ad9d880ff01b65 /games/fuhquake/files/patch-sv_sys_unix.c | |
| parent | Make 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.c | 11 |
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> |
