Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
8fb2bdcd38
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      package/clifford/xmms/gcc40.patch

+ 15
- 0
package/clifford/xmms/gcc40.patch

@ -0,0 +1,15 @@
--- ./General/ir/ir.c~ 2001-03-05 14:17:44.000000000 +0100
+++ ./General/ir/ir.c 2005-10-21 01:57:01.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);

Loading…
Cancel
Save