summaryrefslogtreecommitdiffstats
path: root/audio-players/xmms/gcc4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/xmms/gcc4.patch')
-rw-r--r--audio-players/xmms/gcc4.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio-players/xmms/gcc4.patch b/audio-players/xmms/gcc4.patch
new file mode 100644
index 0000000000..82e5696d91
--- /dev/null
+++ b/audio-players/xmms/gcc4.patch
@@ -0,0 +1,15 @@
+--- General/ir/ir.c~ 2001-03-05 14:17:44.000000000 +0100
++++ General/ir/ir.c 2005-04-25 19:59:08.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);