Dash:
[t2.git] / package / audio / xmms / hotfix-gcc4.0.patch
blob598d3731772f232c95e177e067d76132acdc13e0
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../xmms/gcc-4.0.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 The usual gcc-4.0 fixes.
19 - Rene Rebe <rene@exactcode.de>
21 --- xmms-1.2.10/General/ir/ir.c 2001-03-05 13:17:44.000000000 +0000
22 +++ xmms-1.2.10-fixed/General/ir/ir.c 2005-09-03 15:44:41.000000000 +0000
23 @@ -16,10 +16,10 @@
24 #include "ir.h"
26 /* Important stuff to know */
27 -static gboolean keepGoing = FALSE;
28 +gboolean keepGoing = FALSE;
30 /* The thread handle */
31 -static pthread_t irapp_thread;
32 +pthread_t irapp_thread;
34 /* Declarations for calls that we need to mention in the plugin struct */
35 static void init(void);