summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2008-05-01 15:27:36 +0000
committerTristan Heaven <tristan@gentoo.org>2008-05-01 15:27:36 +0000
commit383976e47c0149633e56f68b9025a362e8725b0e (patch)
tree394bcf9cbc6eeca58d4e702abddacccc7531b91e /games-rpg/aklabeth/files
parentx86 stable, bug #219513 (diff)
downloadhistorical-383976e47c0149633e56f68b9025a362e8725b0e.tar.gz
historical-383976e47c0149633e56f68b9025a362e8725b0e.tar.bz2
historical-383976e47c0149633e56f68b9025a362e8725b0e.zip
Patch to fix building with gcc-4.3 from Martin Väth, bug #218944
Package-Manager: portage-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
+ {