svn commit: r339773 - head/games/battletanks/files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 15 11:41:07 UTC 2014


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')):


More information about the svn-ports-all mailing list