Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/alsa-patch-bay/files: alsa-patch-bay-1.0.0-gcc43.patch
Date: Mon, 09 Jun 2008 10:38:08
Message-Id: E1K5elH-000523-3P@stork.gentoo.org
1 loki_val 08/06/09 10:38:03
2
3 Added: alsa-patch-bay-1.0.0-gcc43.patch
4 Log:
5 Gcc-4.3.0 fix; bug 218016; Thanks to terry lava <hackablecrap@×××××××.com>
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.1 media-sound/alsa-patch-bay/files/alsa-patch-bay-1.0.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-patch-bay/files/alsa-patch-bay-1.0.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-patch-bay/files/alsa-patch-bay-1.0.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: alsa-patch-bay-1.0.0-gcc43.patch
15 ===================================================================
16 --- alsa-patch-bay-1.0.0-orig/src/driver/jack/jack-addr.cpp 2003-02-07 13:06:25.000000000 -0800
17 +++ alsa-patch-bay-1.0.0/src/driver/jack/jack-addr.cpp 2008-04-16 20:02:00.000000000 -0700
18 @@ -10,7 +10,8 @@
19 */
20
21 #include <iostream>
22 -
23 +#include <cstring>
24 +#include <cstdlib>
25 #include "jack-addr.h"
26
27 namespace APB {
28 --- alsa-patch-bay-1.0.0-orig/src/driver/jack/jack-driver.cpp 2003-02-08 02:50:34.000000000 -0800
29 +++ alsa-patch-bay-1.0.0/src/driver/jack/jack-driver.cpp 2008-04-16 20:00:33.000000000 -0700
30 @@ -18,7 +18,8 @@
31 #include "misc.h"
32 #include "plugin.h"
33 #include "ui.h"
34 -
35 +#include <cstdlib>
36 +#include <cstring>
37 namespace APB {
38 namespace Jack {
39
40 --- alsa-patch-bay-1.0.0-orig/src/misc.cpp 2002-11-25 11:48:10.000000000 -0800
41 +++ alsa-patch-bay-1.0.0/src/misc.cpp 2008-04-16 20:03:52.000000000 -0700
42 @@ -10,7 +10,7 @@
43 */
44
45 #include <sstream>
46 -
47 +#include <cstdlib>
48 #include "misc.h"
49
50 namespace APB {
51 --- alsa-patch-bay-1.0.0-orig/src/plugins.cpp 2003-01-04 00:43:15.000000000 -0800
52 +++ alsa-patch-bay-1.0.0/src/plugins.cpp 2008-04-16 20:04:32.000000000 -0700
53 @@ -14,7 +14,7 @@
54 #include <dirent.h>
55 #include <errno.h>
56 #include <string.h>
57 -
58 +#include <cstdlib>
59 #include <iostream>
60 #include <list>
61 #include <string>
62
63 --- alsa-patch-bay-1.0.0-orig/src/driver.cpp 2003-01-04 00:42:44.000000000 -0800
64 +++ alsa-patch-bay-1.0.0/src/driver.cpp 2008-04-16 20:03:07.000000000 -0700
65 @@ -15,7 +15,7 @@
66 #include <errno.h>
67 #include <string.h>
68 #include <fcntl.h>
69 -
70 +#include <cstdlib>
71 #include "driver.h"
72
73 namespace APB {
74
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list