Author: randy
Date: 2005-08-21 12:54:04 -0600 (Sun, 21 Aug 2005)
New Revision: 1070

Added:
   trunk/xmms/
   trunk/xmms/xmms-1.2.10-gcc4-1.patch
Log:
Added XMMS GCC-4 patch

Added: trunk/xmms/xmms-1.2.10-gcc4-1.patch
===================================================================
--- trunk/xmms/xmms-1.2.10-gcc4-1.patch 2005-08-18 15:13:37 UTC (rev 1069)
+++ trunk/xmms/xmms-1.2.10-gcc4-1.patch 2005-08-21 18:54:04 UTC (rev 1070)
@@ -0,0 +1,36 @@
+Submitted By:            Randy McMurchy <randy_at_linuxfromscratch_dot_org>
+Date:                    2005-08-21
+Initial Package Version: 1.2.10
+Upstream Status:         Submitted to XMMS Bugzilla
+Origin:                  Con Kolivas (submitted to XMMS Bugzilla)
+                         http://bugs.xmms.org/show_bug.cgi?id=2225
+Description:             Fixes build issue when using GCC-4
+
+
+Index: xmms-1.2.10/General/ir/ir.h
+===================================================================
+--- xmms-1.2.10.orig/General/ir/ir.h   2001-03-06 00:17:44.000000000 +1100
++++ xmms-1.2.10/General/ir/ir.h        2005-08-07 18:07:23.000000000 +1000
+@@ -49,8 +49,6 @@ typedef struct
+ }
+ irConfig;
+ 
+-extern pthread_t irapp_thread;
+-extern gboolean keepGoing;
+ extern irConfig ircfg;
+ extern gboolean irconf_is_going;
+ 
+
+Index: xmms-1.2.10/Output/esd/esdout.h
+===================================================================
+--- xmms-1.2.10.orig/Output/esd/esdout.h       2001-12-03 13:38:42.000000000 
+1100
++++ xmms-1.2.10/Output/esd/esdout.h    2005-08-07 17:59:45.000000000 +1000
+@@ -58,6 +58,7 @@ typedef struct
+ ESDConfig;
+ 
+ extern ESDConfig esd_cfg;
++extern void esdout_reset_playerid(void);
+ 
+ void esdout_init(void);
+ void esdout_about(void);
+

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to