diff options
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__ + |