diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-10 18:50:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-10 18:50:57 +0000 |
commit | 375b6c252990048a60e6c5753b4cf75d796da0dd (patch) | |
tree | 83506d7e195b01693ca8dfb4a13119a8e04ca891 /games | |
parent | f2633f7724cb77c6dc0f8be97a494bfacd7b6ce2 (diff) | |
download | ports-375b6c252990048a60e6c5753b4cf75d796da0dd.tar.gz ports-375b6c252990048a60e6c5753b4cf75d796da0dd.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/battletanks/files/patch-SConstruct | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/battletanks/files/patch-SConstruct b/games/battletanks/files/patch-SConstruct index 655fa91540bd..b8a28c6939bd 100644 --- a/games/battletanks/files/patch-SConstruct +++ b/games/battletanks/files/patch-SConstruct @@ -1,5 +1,14 @@ --- SConstruct.orig 2007-12-21 19:45:15.000000000 +0600 +++ SConstruct 2008-03-27 04:41:37.000000000 +0600 +@@ -1,7 +1,7 @@ + import os, sys + + #builder for static libraries +-env = Environment() ++env = Environment(ENV = os.environ) + + picLibBuilder = Builder( + action = Action('$ARCOM'), @@ -53,6 +53,8 @@ env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS']) if os.environ.has_key('LDFLAGS'): |