libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / xmms / files / gcc4.patch
blob0619803820cc2e9760fe1bae18bbe6b7e5b5b03f
3 # Patch managed by http://www.holgerschurig.de/patcher.html
6 --- xmms-1.2.10/General/ir/ir.c~gcc4
7 +++ xmms-1.2.10/General/ir/ir.c
8 @@ -16,10 +16,10 @@
9 #include "ir.h"
11 /* Important stuff to know */
12 -static gboolean keepGoing = FALSE;
13 +extern gboolean keepGoing = FALSE;
15 /* The thread handle */
16 -static pthread_t irapp_thread;
17 +extern pthread_t irapp_thread;
19 /* Declarations for calls that we need to mention in the plugin struct */
20 static void init(void);