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-strategy/galaxyhack/files: galaxyhack-1.74-gcc43.patch
Date: Sun, 31 Aug 2008 05:18:11
Message-Id: E1KZfKB-0002Qb-SU@stork.gentoo.org
1 mr_bones_ 08/08/31 05:18:07
2
3 Added: galaxyhack-1.74-gcc43.patch
4 Log:
5 patch to build with gcc4.3 submitted by Bert Karwatzki via bug #232069
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 games-strategy/galaxyhack/files/galaxyhack-1.74-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/galaxyhack/files/galaxyhack-1.74-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/galaxyhack/files/galaxyhack-1.74-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: galaxyhack-1.74-gcc43.patch
15 ===================================================================
16 diff -aur src.old/JSDL.cpp src/JSDL.cpp
17 --- src.old/JSDL.cpp 2008-07-17 18:31:38.000000000 +0200
18 +++ src/JSDL.cpp 2008-07-17 19:19:39.000000000 +0200
19 @@ -20,7 +20,7 @@
20 #include <cstdlib>
21 #include <fstream>
22 #include <stdexcept>
23 -
24 +#include <cstring>
25 using std::runtime_error;
26 using std::memcpy;