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-rpg/aklabeth/files: aklabeth-1.0-gcc43.patch
Date: Thu, 01 May 2008 15:27:39
Message-Id: E1Jrah7-0003Kv-DT@stork.gentoo.org
1 nyhm 08/05/01 15:27:37
2
3 Added: aklabeth-1.0-gcc43.patch
4 Log:
5 Patch to fix building with gcc-4.3 from Martin Väth, bug #218944
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: aklabeth-1.0-gcc43.patch
15 ===================================================================
16 --- src/sdw.hxx
17 +++ src/sdw.hxx
18 @@ -19,6 +19,7 @@
19
20 #include <iostream>
21 #include <string>
22 +#include <cstdlib>
23
24 namespace SDLWrapper // It's all nicely in a namespace SDLWrapper
25 {
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list