ports/56085: games/fuhquake port updated
Alexey Dokuchaev
danfe at nsu.ru
Mon Sep 1 08:50:22 UTC 2003
The following reply was made to PR ports/56085; it has been noted by GNATS.
From: Alexey Dokuchaev <danfe at nsu.ru>
To: freebsd-gnats-submit at FreeBSD.org, danfe at regency.nsu.ru
Cc: osa at FreeBSD.org
Subject: Re: ports/56085: games/fuhquake port updated
Date: Mon, 1 Sep 2003 15:42:08 +0700
Forgot to fix building on 5.x with XMMS.
This is a patch against already-there ``files/patch-mp3_player.c''
%%%
--- files/patch-mp3_player.c.orig Tue Jun 3 01:29:57 2003
+++ files/patch-mp3_player.c Mon Sep 1 15:40:29 2003
@@ -48,6 +48,7 @@
#ifdef __XMMS__
@@ -8,6 +8,15 @@
#include <sys/wait.h>
cvar_t mp3_dir = {"mp3_xmms_dir", "/usr/local/bin"};
+@@ -288,7 +289,7 @@
+ #define XMMS_COMMAND(Name, Param) \
+ void MP3_##Name##_f(void) { \
+ if (MP3_IsPlayerRunning()) { \
+- xmms_remote_##Param##(XMMS_SESSION); \
++ xmms_remote_##Param(XMMS_SESSION); \
+ } else { \
+ Com_Printf("%s\n", mp3_notrunning_msg); \
+ } \
@@ -769,7 +770,7 @@
#endif
More information about the freebsd-ports-bugs
mailing list