From 00b57a8a220ae1991ac6ea1ee0952736762401b6 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Feb 13 2008 18:08:43 +0000 Subject: - Fix compiling with gcc 4.3 (again, newer version is even stricter) --- diff --git a/8Kingdoms-1.1.0-gcc43.patch b/8Kingdoms-1.1.0-gcc43.patch index 8448152..12a4ddf 100644 --- a/8Kingdoms-1.1.0-gcc43.patch +++ b/8Kingdoms-1.1.0-gcc43.patch @@ -29,3 +29,13 @@ using namespace World; namespace ai_ns +--- 8Kingdoms-1.1.0/gui/engine/Effects.cpp~ 2008-02-13 18:58:10.000000000 +0100 ++++ 8Kingdoms-1.1.0/gui/engine/Effects.cpp 2008-02-13 18:58:10.000000000 +0100 +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + using namespace std; + diff --git a/8Kingdoms.spec b/8Kingdoms.spec index 1c7f211..5a80e05 100644 --- a/8Kingdoms.spec +++ b/8Kingdoms.spec @@ -5,7 +5,7 @@ Name: 8Kingdoms Version: 1.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 8 Kingdoms is a 3D turn-based fantasy strategic game Group: Amusements/Games License: GPL+ @@ -110,6 +110,9 @@ fi %changelog +* Wed Feb 13 2008 Hans de Goede 1.1.0-6 +- Fix compiling with gcc 4.3 (again, newer version is even stricter) + * Tue Jan 8 2008 Hans de Goede 1.1.0-5 - Don't call a TclInterpreter from other threads then its created in, this violates Tcl's thread model, this fixes running with Tcl-8.5