/[pkgs]/devel/8Kingdoms/8Kingdoms-1.1.0-gcc43.patch
ViewVC logotype

Contents of /devel/8Kingdoms/8Kingdoms-1.1.0-gcc43.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Wed Feb 13 18:08:43 2008 UTC (21 months, 1 week ago) by jwrdegoede
Branch: MAIN
CVS Tags: Kingdoms-1_1_0-6_fc9, F-10-split, Kingdoms-1_1_0-7_fc11, F-9-split, HEAD
Changes since 1.1: +10 -0 lines
File MIME type: text/x-patch
* Wed Feb 13 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.1.0-6
- Fix compiling with gcc 4.3 (again, newer version is even stricter)
1 --- 8Kingdoms-1.1.0/common/TCL/tcl_struct.cpp~ 2008-01-03 18:45:05.000000000 +0100
2 +++ 8Kingdoms-1.1.0/common/TCL/tcl_struct.cpp 2008-01-03 18:45:05.000000000 +0100
3 @@ -6,6 +6,7 @@
4 */
5
6 #include <stdio.h>
7 +#include <string.h>
8 #include "common/compatibility.h"
9 #include "common/types.h"
10 #include "tcl_struct.h"
11 --- 8Kingdoms-1.1.0/ai/Strategizer/attacks.cpp~ 2008-01-03 18:35:41.000000000 +0100
12 +++ 8Kingdoms-1.1.0/ai/Strategizer/attacks.cpp 2008-01-03 18:35:41.000000000 +0100
13 @@ -9,6 +9,7 @@
14 */
15
16 #include "ai/Strategizer/attacks.h"
17 +#include <limits.h>
18
19 using namespace World;
20
21 --- 8Kingdoms-1.1.0/ai/MapAnalyzer/mapanalyzer.cpp~ 2008-01-03 18:34:48.000000000 +0100
22 +++ 8Kingdoms-1.1.0/ai/MapAnalyzer/mapanalyzer.cpp 2008-01-03 18:34:48.000000000 +0100
23 @@ -9,6 +9,8 @@
24 */
25
26 #include "ai/MapAnalyzer/mapanalyzer.h"
27 +#include <limits.h>
28 +
29 using namespace World;
30
31 namespace ai_ns
32 --- 8Kingdoms-1.1.0/gui/engine/Effects.cpp~ 2008-02-13 18:58:10.000000000 +0100
33 +++ 8Kingdoms-1.1.0/gui/engine/Effects.cpp 2008-02-13 18:58:10.000000000 +0100
34 @@ -22,6 +22,7 @@
35 #include <GL/gl.h>
36 #include <assert.h>
37 #include <stdlib.h>
38 +#include <limits.h>
39
40 using namespace std;
41

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2