summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-14 17:12:05 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-14 17:12:05 +0000
commit91172095977a195bce02a9939ebc2b01698b6d53 (patch)
tree2703f7b9c458b03f8c40c7dba91c7663bca2098e /games-arcade/gunocide2ex/files/1.0-gcc3.patch
parentVersion bumped. (diff)
downloadgentoo-2-91172095977a195bce02a9939ebc2b01698b6d53.tar.gz
gentoo-2-91172095977a195bce02a9939ebc2b01698b6d53.tar.bz2
gentoo-2-91172095977a195bce02a9939ebc2b01698b6d53.zip
initial ebuild
Diffstat (limited to 'games-arcade/gunocide2ex/files/1.0-gcc3.patch')
-rw-r--r--games-arcade/gunocide2ex/files/1.0-gcc3.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-arcade/gunocide2ex/files/1.0-gcc3.patch b/games-arcade/gunocide2ex/files/1.0-gcc3.patch
new file mode 100644
index 000000000000..570edbfe9de7
--- /dev/null
+++ b/games-arcade/gunocide2ex/files/1.0-gcc3.patch
@@ -0,0 +1,10 @@
+--- src/mmgr.cpp.orig 2003-11-14 11:19:51.184688368 -0500
++++ src/mmgr.cpp 2003-11-14 11:19:59.107483920 -0500
+@@ -59,6 +59,7 @@
+ #include <time.h>
+ #include <stdarg.h>
+ #include <new>
++using namespace std;
+
+ #ifndef WIN32
+ #include <unistd.h>