Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 17:58:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319441 - head/games/chapping/files
Message-ID:  <201305301758.r4UHw0gd089307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305301758.r4UHw0gd089307>