summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-03-06 15:34:14 +0100
committerMartin Väth <martin@mvath.de>2016-03-06 15:34:14 +0100
commitcc52da3cd4d58f0e8f21ea0c32227f5e5f46a8be (patch)
treec4920dd88898057edc703adcb4a044c20a25e835 /games-rpg/aklabeth/files
parentgames-engines/freesci: Add old gentoo ebuild, bumped to EAPI=6 (diff)
downloadmv-cc52da3cd4d58f0e8f21ea0c32227f5e5f46a8be.tar.gz
mv-cc52da3cd4d58f0e8f21ea0c32227f5e5f46a8be.tar.bz2
mv-cc52da3cd4d58f0e8f21ea0c32227f5e5f46a8be.zip
games-rpg/aklabeth: Add old gentoo ebuild, bumped to EAPI=6
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 00000000..b9a32dad
--- /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
+ {