Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2003 01:50:21 -0700 (PDT)
From:      Alexey Dokuchaev <danfe@nsu.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/56085: games/fuhquake port updated
Message-ID:  <200309010850.h818oLDI015907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/56085; it has been noted by GNATS.

From: Alexey Dokuchaev <danfe@nsu.ru>
To: freebsd-gnats-submit@FreeBSD.org, danfe@regency.nsu.ru
Cc: osa@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309010850.h818oLDI015907>