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-mp3_player.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-mp3_player.c')
-rw-r--r-- | games/fuhquake/files/patch-mp3_player.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/fuhquake/files/patch-mp3_player.c b/games/fuhquake/files/patch-mp3_player.c new file mode 100644 index 000000000000..986c0a1699f2 --- /dev/null +++ b/games/fuhquake/files/patch-mp3_player.c @@ -0,0 +1,19 @@ +--- mp3_player.c.orig Wed May 21 17:18:36 2003 ++++ mp3_player.c Wed May 21 17:21:23 2003 +@@ -48,6 +48,7 @@ + + #ifdef __XMMS__ + ++#include <sys/signal.h> + #include <sys/wait.h> + + cvar_t mp3_dir = {"mp3_xmms_dir", "/usr/local/bin"}; +@@ -769,7 +770,7 @@ + + #endif + +-#ifdef __linux__ ++#if defined(__linux__) || defined(__FreeBSD__) + + #ifdef __XMMS__ + |