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/crack-attack/files: crack-attack-1.1.14-gcc43.patch
Date: Wed, 30 Apr 2008 21:54:43
Message-Id: E1JrKG9-0001c2-AN@stork.gentoo.org
1 nyhm 08/04/30 21:54:41
2
3 Added: crack-attack-1.1.14-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/crack-attack/files/crack-attack-1.1.14-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/crack-attack/files/crack-attack-1.1.14-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/crack-attack/files/crack-attack-1.1.14-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: crack-attack-1.1.14-gcc43.patch
15 ===================================================================
16 --- src/Game.h
17 +++ src/Game.h
18 @@ -34,6 +34,7 @@
19 #include <climits>
20 #include <cstdlib>
21 #include <cmath>
22 +#include <cstring>
23
24 #ifdef __MINGW32__
25 # include <windows.h>
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list