diff options
author | 2003-11-14 17:12:05 +0000 | |
---|---|---|
committer | 2003-11-14 17:12:05 +0000 | |
commit | 8de0d221d2428eba2bd3d909aad8807bfbbd38fa (patch) | |
tree | a80066aa13141f4781e8edb26abf06577aed7806 /games-arcade/gunocide2ex/files | |
parent | Version bumped. (diff) | |
download | historical-8de0d221d2428eba2bd3d909aad8807bfbbd38fa.tar.gz historical-8de0d221d2428eba2bd3d909aad8807bfbbd38fa.tar.bz2 historical-8de0d221d2428eba2bd3d909aad8807bfbbd38fa.zip |
initial ebuild
Diffstat (limited to 'games-arcade/gunocide2ex/files')
-rw-r--r-- | games-arcade/gunocide2ex/files/1.0-gcc3.patch | 10 | ||||
-rw-r--r-- | games-arcade/gunocide2ex/files/digest-gunocide2ex-1.0 | 2 |
2 files changed, 12 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>
diff --git a/games-arcade/gunocide2ex/files/digest-gunocide2ex-1.0 b/games-arcade/gunocide2ex/files/digest-gunocide2ex-1.0 new file mode 100644 index 000000000000..978cbe13a31f --- /dev/null +++ b/games-arcade/gunocide2ex/files/digest-gunocide2ex-1.0 @@ -0,0 +1,2 @@ +MD5 bb80de22aa8bf5d8a6a4056249b104c8 g2ex_source.zip 74978 +MD5 f247b651937b090b90e6e6dd748e0e36 g2ex-setup.run 30844481 |