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-puzzle/shaaft/files: shaaft-0.5.0-gcc43.patch
Date: Thu, 01 May 2008 10:40:54
Message-Id: E1JrWDc-0000uF-7y@stork.gentoo.org
1 nyhm 08/05/01 10:40:52
2
3 Added: shaaft-0.5.0-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-puzzle/shaaft/files/shaaft-0.5.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/shaaft/files/shaaft-0.5.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/shaaft/files/shaaft-0.5.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: shaaft-0.5.0-gcc43.patch
15 ===================================================================
16 --- utils/ResourceManager.cpp
17 +++ utils/ResourceManager.cpp
18 @@ -17,6 +17,7 @@
19 #include <dirent.h>
20 #include <sys/types.h>
21 #include <sys/stat.h>
22 +#include <cstring>
23
24 #include <Trace.hpp>
25 #include <ResourceManager.hpp>
26 --- utils/Value.hpp
27 +++ utils/Value.hpp
28 @@ -15,8 +15,9 @@
29 #ifndef _Value_hpp_
30 #define _Value_hpp_
31
32 -#include <stdio.h>
33 +#include <cstdio>
34 #include <string>
35 +#include <cstdlib>
36
37 #include <Trace.hpp>
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list