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