summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-14 04:37:58 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-14 04:37:58 +0000
commit374830a1d2b51a19e901dcaacbd84c889dbe8485 (patch)
tree5b11a5b6b575948406f0256f22a125bb16b15ac8 /games-puzzle/groundhog/files
parenttouchup (diff)
downloadgentoo-2-374830a1d2b51a19e901dcaacbd84c889dbe8485.tar.gz
gentoo-2-374830a1d2b51a19e901dcaacbd84c889dbe8485.tar.bz2
gentoo-2-374830a1d2b51a19e901dcaacbd84c889dbe8485.zip
gcc3 patch
Diffstat (limited to 'games-puzzle/groundhog/files')
-rw-r--r--games-puzzle/groundhog/files/1.4-gcc3.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/games-puzzle/groundhog/files/1.4-gcc3.patch b/games-puzzle/groundhog/files/1.4-gcc3.patch
new file mode 100644
index 000000000000..ede4765ebba4
--- /dev/null
+++ b/games-puzzle/groundhog/files/1.4-gcc3.patch
@@ -0,0 +1,39 @@
+diff -ur src.orig/game.cc src/game.cc
+--- src.orig/game.cc 2003-09-14 00:31:24.735219680 -0400
++++ src/game.cc 2003-09-14 00:30:40.688915736 -0400
+@@ -18,7 +18,8 @@
+
+ #include <config.h>
+
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+ #include <time.h>
+ #include <unistd.h>
+
+diff -ur src.orig/highscore_tab.cc src/highscore_tab.cc
+--- src.orig/highscore_tab.cc 2003-09-14 00:31:24.744218312 -0400
++++ src/highscore_tab.cc 2003-09-14 00:30:56.376530856 -0400
+@@ -16,7 +16,8 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+
+ #include "highscore_tab.h"
+ #include "intl.h"
+diff -ur src.orig/solved_dialog.cc src/solved_dialog.cc
+--- src.orig/solved_dialog.cc 2003-09-14 00:31:24.743218464 -0400
++++ src/solved_dialog.cc 2003-09-14 00:30:48.212771936 -0400
+@@ -16,7 +16,8 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+
+ #include "intl.h"
+ #include "solved_dialog.h"