Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 11:41:06 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339773 - head/games/battletanks/files
Message-ID:  <201401151141.s0FBf6Xr008006@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Jan 15 11:41:06 2014
New Revision: 339773
URL: http://svnweb.freebsd.org/changeset/ports/339773
QAT: https://qat.redports.org/buildarchive/r339773/

Log:
  Remove debugging left-over that crept in.

Modified:
  head/games/battletanks/files/patch-SConstruct

Modified: head/games/battletanks/files/patch-SConstruct
==============================================================================
--- head/games/battletanks/files/patch-SConstruct	Wed Jan 15 11:38:05 2014	(r339772)
+++ head/games/battletanks/files/patch-SConstruct	Wed Jan 15 11:41:06 2014	(r339773)
@@ -44,15 +44,6 @@
  		
  	env.Append(CPPFLAGS=['-Wall', '-Wno-deprecated', '-pedantic', '-Wno-long-long', '-pipe', '-pthread'])
  	env.Append(CCFLAGS=['-Wall', '-Wno-deprecated', '-pedantic', '-Wno-long-long', '-pipe', '-pthread'])
-@@ -221,7 +221,7 @@ except : 
- 			if len(env['resources_dir']):
- 				resources_dir = env['resources_dir']
- 			else: 
--				resources_dir = prefix + "/share/btanks"
-+				resources_dir = prefix + "/share/btankS"
- 
- 			if len(env['lib_dir']):
- 				lib_dir = env['lib_dir']
 @@ -253,24 +253,28 @@ env.Append(CPPPATH=['#'])
  
  if (os.path.exists('private')):



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