svn commit: r319441 - head/games/chapping/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 30 17:58:00 UTC 2013
Author: amdmi3
Date: Thu May 30 17:57:59 2013
New Revision: 319441
URL: http://svnweb.freebsd.org/changeset/ports/319441
Log:
- Fix build with clang
Added:
head/games/chapping/files/
head/games/chapping/files/patch-game-team.h (contents, props changed)
Added: head/games/chapping/files/patch-game-team.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/chapping/files/patch-game-team.h Thu May 30 17:57:59 2013 (r319441)
@@ -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();
+
More information about the svn-ports-head
mailing list