Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16366/10.4-transitional/unstable/main/finkinfo/sound

Modified Files:
        xmms.patch 
Log Message:
Fix building on all systems (including Intel, I hope)

Index: xmms.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/xmms.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xmms.patch  25 Mar 2006 11:41:26 -0000      1.2
+++ xmms.patch  26 Mar 2006 11:14:19 -0000      1.3
@@ -1,6 +1,34 @@
-diff -urN xmms-1.2.10/libxmms/util.c xmms-1.2.10_patched/libxmms/util.c
+diff -ru xmms-1.2.10/General/ir/ir.c xmms-1.2.10-patched/General/ir/ir.c
+--- xmms-1.2.10/General/ir/ir.c        2001-03-05 14:17:44.000000000 +0100
++++ xmms-1.2.10-patched/General/ir/ir.c        2006-03-26 12:15:53.000000000 
+0200
+@@ -16,10 +16,10 @@
+ #include "ir.h"
+ 
+ /* Important stuff to know */
+-static gboolean keepGoing = FALSE;
++gboolean keepGoing = FALSE;
+ 
+ /* The thread handle */
+-static pthread_t irapp_thread;
++pthread_t irapp_thread;
+ 
+ /* Declarations for calls that we need to mention in the plugin struct */
+ static void init(void);
+diff -ru xmms-1.2.10/configure xmms-1.2.10-patched/configure
+--- xmms-1.2.10/configure      2004-02-23 22:44:32.000000000 +0100
++++ xmms-1.2.10-patched/configure      2006-03-26 12:15:42.000000000 +0200
+@@ -19099,7 +19099,7 @@
+       i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)
+               arch_type=ix86
+               case "$host" in
+-                      *-*-netbsd* | *-*openbsd*)
++                      *-*-netbsd* | *-*openbsd* | *-*-darwin*)
+                       ;;
+                       *)
+                               ARCH_DEFINES="-DI386_ASSEM"
+diff -ru xmms-1.2.10/libxmms/util.c xmms-1.2.10-patched/libxmms/util.c
 --- xmms-1.2.10/libxmms/util.c 2003-05-19 23:22:07.000000000 +0200
-+++ xmms-1.2.10_patched/libxmms/util.c 2005-05-11 19:22:53.000000000 +0200
++++ xmms-1.2.10-patched/libxmms/util.c 2006-03-26 12:14:47.000000000 +0200
 @@ -15,6 +15,13 @@
  #include <sys/sysctl.h>
  #endif
@@ -51,9 +79,9 @@
  #ifdef HAVE_SCHED_SETSCHEDULER
  #ifdef __FreeBSD__
        /*
-diff -urN xmms-1.2.10/ltmain.sh xmms-1.2.10_patched/ltmain.sh
+diff -ru xmms-1.2.10/ltmain.sh xmms-1.2.10-patched/ltmain.sh
 --- xmms-1.2.10/ltmain.sh      2003-09-04 22:59:05.000000000 +0200
-+++ xmms-1.2.10_patched/ltmain.sh      2005-05-11 17:50:01.000000000 +0200
++++ xmms-1.2.10-patched/ltmain.sh      2006-03-26 12:14:47.000000000 +0200
 @@ -4053,10 +4053,10 @@
  
  # Directory that this library needs to be installed in:



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to