diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-17 01:47:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-17 01:47:44 +0000 |
commit | cbed61aeaf392723cea6fdc7bab2ee47f99f7a55 (patch) | |
tree | 4f2bd086f51ba2ad695def9d09d2d78257573c9a /games-roguelike/ivan/files | |
parent | Add bug number to dev-cpp/libwefts mask comment (diff) | |
download | gentoo-2-cbed61aeaf392723cea6fdc7bab2ee47f99f7a55.tar.gz gentoo-2-cbed61aeaf392723cea6fdc7bab2ee47f99f7a55.tar.bz2 gentoo-2-cbed61aeaf392723cea6fdc7bab2ee47f99f7a55.zip |
patch for building with gcc-4.3 from Marek Miller via bug #227063
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-roguelike/ivan/files')
-rw-r--r-- | games-roguelike/ivan/files/ivan-0.50-gcc43.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-roguelike/ivan/files/ivan-0.50-gcc43.patch b/games-roguelike/ivan/files/ivan-0.50-gcc43.patch new file mode 100644 index 000000000000..4a4a867a8245 --- /dev/null +++ b/games-roguelike/ivan/files/ivan-0.50-gcc43.patch @@ -0,0 +1,12 @@ +--- FeLib/Source/festring.cpp.orig 2008-06-15 14:30:51.000000000 +0000 ++++ FeLib/Source/festring.cpp 2008-06-15 14:31:01.000000000 +0000 +@@ -11,6 +11,8 @@ + */ + + #include <cctype> ++#include <cstdlib> ++ + + #include "festring.h" + #include "allocate.h" + |