aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-05-31 01:57:59 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-05-31 01:57:59 +0800
commit2b1ddfd980bbec4385a87f21dacf303e3899c93e (patch)
treeb3c0a8eefc5046635dd2d020ef55cf13c82d896a /games
parent1e8a952c49dc196982037e318790ae28c089b3a9 (diff)
downloadfreebsd-ports-gnome-2b1ddfd980bbec4385a87f21dacf303e3899c93e.tar.gz
freebsd-ports-gnome-2b1ddfd980bbec4385a87f21dacf303e3899c93e.tar.zst
freebsd-ports-gnome-2b1ddfd980bbec4385a87f21dacf303e3899c93e.zip
- Fix build with clang
Diffstat (limited to 'games')
-rw-r--r--games/chapping/files/patch-game-team.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/chapping/files/patch-game-team.h b/games/chapping/files/patch-game-team.h
new file mode 100644
index 000000000000..ed86b97f2598
--- /dev/null
+++ b/games/chapping/files/patch-game-team.h
@@ -0,0 +1,11 @@
+--- game/team.h.orig 2008-04-16 11:31:25.000000000 +0400
++++ game/team.h 2013-05-30 21:54:04.534113336 +0400
+@@ -14,7 +14,7 @@
+ Team();
+ ~Team();
+
+- void init(Game::team_t t,const Theme *t);
++ void init(Game::team_t t,const Theme *theme);
+ void update();
+ void shutdown();
+