diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-10-26 14:05:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-10-26 14:05:11 +0000 |
commit | f8f04af8cae40a244ede4a3db744dee28c32a02a (patch) | |
tree | d7972e07690f0808e673c29177a612a5d2f62b58 /games/znibbles/files/patch-src::GTK::ClientGtk.C | |
parent | Correct RUN_DEPENDS. (diff) |
Makes games/znibbles compiling again with gcc 3.2.1.
The patch has become somebody bigger than I was hoping for. And
the original author is MIA...
Approved by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=68869
Diffstat (limited to 'games/znibbles/files/patch-src::GTK::ClientGtk.C')
-rw-r--r-- | games/znibbles/files/patch-src::GTK::ClientGtk.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/znibbles/files/patch-src::GTK::ClientGtk.C b/games/znibbles/files/patch-src::GTK::ClientGtk.C new file mode 100644 index 000000000000..b9633a81ecfd --- /dev/null +++ b/games/znibbles/files/patch-src::GTK::ClientGtk.C @@ -0,0 +1,11 @@ +--- src/GTK/ClientGtk.C Sat Apr 24 02:47:47 1999 ++++ src/GTK/ClientGtk.C Sat Oct 26 00:38:02 2002 +@@ -51,7 +51,7 @@ + + world.run(); // start the client + +- cout << "Yeah !\n" << endl; ++ std::cout << "Yeah !\n" << std::endl; + return 0; + } + |