Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/cob/files: cob-0.9-gcc43.patch
Date: Wed, 30 Apr 2008 21:48:19
Message-Id: E1JrK9w-0001P6-EJ@stork.gentoo.org
1 nyhm 08/04/30 21:48:16
2
3 Added: cob-0.9-gcc43.patch
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-arcade/cob/files/cob-0.9-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/files/cob-0.9-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/files/cob-0.9-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: cob-0.9-gcc43.patch
15 ===================================================================
16 --- cob/menu.cpp
17 +++ cob/menu.cpp
18 @@ -16,6 +16,7 @@
19 ***************************************************************************/
20
21 #include "cob.hxx"
22 +#include <cstring>
23
24 // **************************************************************************************************************************
25 //
26 --- cob/sdw.hxx
27 +++ cob/sdw.hxx
28 @@ -19,6 +19,7 @@
29
30 #include <iostream>
31 #include <string>
32 +#include <cstdlib>
33
34 namespace SDLWrapper // It's all nicely in a namespace SDLWrapper
35 {
36 @@ -192,4 +193,4 @@
37 AudioNoise(int l) : AudioBeep(0,l) { }
38 };
39
40 -};
41 +}
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list