summaryrefslogtreecommitdiff
path: root/games/chapping
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-05-30 17:57:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-05-30 17:57:59 +0000
commit9843fb2a59f4b7c8de8b4904334630c6b462f35f (patch)
treeb3c0a8eefc5046635dd2d020ef55cf13c82d896a /games/chapping
parentFix pkg audit -F (diff)
- Fix build with clang
Notes
Notes: svn path=/head/; revision=319441
Diffstat (limited to 'games/chapping')
-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();
+