Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/akode/files: akode-2.0.2-gcc43.patch
Date: Sun, 20 Apr 2008 19:46:54
Message-Id: E1JnfUy-0008Lo-FL@stork.gentoo.org
1 philantrop 08/04/20 19:46:52
2
3 Added: akode-2.0.2-gcc43.patch
4 Log:
5 Added a patch for gcc 4.3 compatibility as kindly provided by Steve Warren on bug 218300.
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.1 media-libs/akode/files/akode-2.0.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/akode/files/akode-2.0.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/akode/files/akode-2.0.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: akode-2.0.2-gcc43.patch
15 ===================================================================
16
17 diff -up akode-2.0.2/akode/lib/auto_sink.cpp.gcc43~ akode-2.0.2/akode/lib/auto_sink.cpp
18 --- akode-2.0.2/akode/lib/auto_sink.cpp.gcc43~ 2008-01-13 08:54:32.000000000 +0000
19 +++ akode-2.0.2/akode/lib/auto_sink.cpp 2008-01-13 08:54:32.000000000 +0000
20 @@ -18,6 +18,7 @@
21 Boston, MA 02110-1301, USA.
22 */
23
24 +#include <stdlib.h>
25 #include "audioframe.h"
26 #include "auto_sink.h"
27
28 diff -up akode-2.0.2/akode/lib/player.cpp.gcc43~ akode-2.0.2/akode/lib/player.cpp
29 --- akode-2.0.2/akode/lib/player.cpp.gcc43~ 2008-01-13 08:54:35.000000000 +0000
30 +++ akode-2.0.2/akode/lib/player.cpp 2008-01-13 08:54:35.000000000 +0000
31 @@ -18,6 +18,7 @@
32 Boston, MA 02110-1301, USA.
33 */
34
35 +#include <string.h>
36 #include <pthread.h>
37 #include <semaphore.h>
38 #include <assert.h>
39 diff -up akode-2.0.2/akode/lib/magic.cpp.gcc43~ akode-2.0.2/akode/lib/magic.cpp
40 --- akode-2.0.2/akode/lib/magic.cpp.gcc43~ 2008-01-13 08:54:36.000000000 +0000
41 +++ akode-2.0.2/akode/lib/magic.cpp 2008-01-13 08:54:36.000000000 +0000
42 @@ -18,6 +18,7 @@
43 Boston, MA 02110-1301, USA.
44 */
45
46 +#include <string.h>
47 #include "akodelib.h"
48 #include "magic.h"
49 #include "file.h"
50 diff -up akode-2.0.2/akode/akodeplay/akodeplay.cpp.gcc43~ akode-2.0.2/akode/akodeplay/akodeplay.cpp
51 --- akode-2.0.2/akode/akodeplay/akodeplay.cpp.gcc43~ 2008-01-13 08:54:53.000000000 +0000
52 +++ akode-2.0.2/akode/akodeplay/akodeplay.cpp 2008-01-13 08:54:53.000000000 +0000
53 @@ -18,6 +18,7 @@
54 Boston, MA 02110-1301, USA.
55 */
56
57 +#include <stdlib.h>
58 #include <iostream>
59
60 #include "../lib/akodelib.h"
61
62
63
64 --
65 gentoo-commits@l.g.o mailing list