summaryrefslogtreecommitdiff
path: root/games/openmortal/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2006-08-15 06:50:44 +0000
committerxtraeme <xtraeme@pkgsrc.org>2006-08-15 06:50:44 +0000
commit133a904efb5ec5ca57c73737b410aa37ef15561b (patch)
tree4b7e56d9af159279570a2e66cddee5f41e8f6f3a /games/openmortal/patches
parent63d81e5420b96421156d0cd10bd3308ca956a439 (diff)
downloadpkgsrc-133a904efb5ec5ca57c73737b410aa37ef15561b.tar.gz
Make this build with gcc4.
Diffstat (limited to 'games/openmortal/patches')
-rw-r--r--games/openmortal/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/openmortal/patches/patch-ac b/games/openmortal/patches/patch-ac
new file mode 100644
index 00000000000..de7279dee9f
--- /dev/null
+++ b/games/openmortal/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/08/15 06:50:44 xtraeme Exp $
+
+--- src/OnlineChat.cpp.orig 2006-08-15 08:45:10.000000000 +0200
++++ src/OnlineChat.cpp 2006-08-15 08:45:21.000000000 +0200
+@@ -56,7 +56,7 @@
+ class CChallengeMenu: public Menu
+ {
+ public:
+- CChallengeMenu::CChallengeMenu( std::string a_sChallenger )
++ CChallengeMenu( std::string a_sChallenger )
+ : Menu( "You have been challenged!" ),
+ m_sChallenger( a_sChallenger )
+ {