summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-05-01 15:27:36 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-05-01 15:27:36 +0000
commitc2f21f90d0a13ff40a93bc3e8da11f53126130cf (patch)
treecae186dc0501a4375bd9e638fbd493dff20da995 /games-rpg/aklabeth/files
parentx86 stable, bug #219513 (diff)
downloadgentoo-2-c2f21f90d0a13ff40a93bc3e8da11f53126130cf.tar.gz
gentoo-2-c2f21f90d0a13ff40a93bc3e8da11f53126130cf.tar.bz2
gentoo-2-c2f21f90d0a13ff40a93bc3e8da11f53126130cf.zip
Patch to fix building with gcc-4.3 from Martin Väth, bug #218944
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'games-rpg/aklabeth/files')
-rw-r--r--games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch b/games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch
new file mode 100644
index 000000000000..b9a32dadd430
--- /dev/null
+++ b/games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch
@@ -0,0 +1,10 @@
+--- src/sdw.hxx
++++ src/sdw.hxx
+@@ -19,6 +19,7 @@
+
+ #include <iostream>
+ #include <string>
++#include <cstdlib>
+
+ namespace SDLWrapper // It's all nicely in a namespace SDLWrapper
+ {