diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-01-15 11:41:06 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-01-15 11:41:06 +0000 |
commit | 60ecbbdb7b78f744c880f5b83ae1570341e2c6ba (patch) | |
tree | 2edbd1627220f4fe74aebb6a759d26f1680bcc30 /games/battletanks/files | |
parent | 44fdbe602a43ffd7de00c77aebc703981c0c329e (diff) | |
download | ports-60ecbbdb7b78f744c880f5b83ae1570341e2c6ba.tar.gz ports-60ecbbdb7b78f744c880f5b83ae1570341e2c6ba.zip |
Notes
Diffstat (limited to 'games/battletanks/files')
-rw-r--r-- | games/battletanks/files/patch-SConstruct | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/games/battletanks/files/patch-SConstruct b/games/battletanks/files/patch-SConstruct index 4e45e4667e14..5e4fbb64401b 100644 --- a/games/battletanks/files/patch-SConstruct +++ b/games/battletanks/files/patch-SConstruct @@ -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')): |