Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-roguelike/ivan/files: ivan-0.50-gcc43.patch
Date: Tue, 17 Jun 2008 01:47:50
Message-Id: E1K8QIT-0006xY-87@stork.gentoo.org
1 mr_bones_ 08/06/17 01:47:45
2
3 Added: ivan-0.50-gcc43.patch
4 Log:
5 patch for building with gcc-4.3 from Marek Miller via bug #227063
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 games-roguelike/ivan/files/ivan-0.50-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/ivan/files/ivan-0.50-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/ivan/files/ivan-0.50-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: ivan-0.50-gcc43.patch
15 ===================================================================
16 --- FeLib/Source/festring.cpp.orig 2008-06-15 14:30:51.000000000 +0000
17 +++ FeLib/Source/festring.cpp 2008-06-15 14:31:01.000000000 +0000
18 @@ -11,6 +11,8 @@
19 */
20
21 #include <cctype>
22 +#include <cstdlib>
23 +
24
25 #include "festring.h"
26 #include "allocate.h"
27
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list