diff options
author | Tristan Heaven <tristan@gentoo.org> | 2008-05-01 15:27:36 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2008-05-01 15:27:36 +0000 |
commit | 383976e47c0149633e56f68b9025a362e8725b0e (patch) | |
tree | 394bcf9cbc6eeca58d4e702abddacccc7531b91e /games-rpg/aklabeth/files | |
parent | x86 stable, bug #219513 (diff) | |
download | historical-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.patch | 10 |
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
+ {
|