Updated collectd to 4.4.4
[openwrt/svn-archive/archive.git] / XOrg / app / xmms / patches / xmms-1.2.10-gcc4-1.patch
1 Submitted By: Randy McMurchy <randy_at_linuxfromscratch_dot_org>
2 Date: 2005-08-21
3 Initial Package Version: 1.2.10
4 Upstream Status: Submitted to XMMS Bugzilla
5 Origin: Con Kolivas (submitted to XMMS Bugzilla)
6 http://bugs.xmms.org/show_bug.cgi?id=2225
7 Description: Fixes build issue when using GCC-4
8
9
10 Index: xmms-1.2.10/General/ir/ir.h
11 ===================================================================
12 --- xmms-1.2.10.orig/General/ir/ir.h 2001-03-06 00:17:44.000000000 +1100
13 +++ xmms-1.2.10/General/ir/ir.h 2005-08-07 18:07:23.000000000 +1000
14 @@ -49,8 +49,6 @@ typedef struct
15 }
16 irConfig;
17
18 -extern pthread_t irapp_thread;
19 -extern gboolean keepGoing;
20 extern irConfig ircfg;
21 extern gboolean irconf_is_going;
22
23
24 Index: xmms-1.2.10/Output/esd/esdout.h
25 ===================================================================
26 --- xmms-1.2.10.orig/Output/esd/esdout.h 2001-12-03 13:38:42.000000000 +1100
27 +++ xmms-1.2.10/Output/esd/esdout.h 2005-08-07 17:59:45.000000000 +1000
28 @@ -58,6 +58,7 @@ typedef struct
29 ESDConfig;
30
31 extern ESDConfig esd_cfg;
32 +extern void esdout_reset_playerid(void);
33
34 void esdout_init(void);
35 void esdout_about(void);
36