FreeBSD Bugzilla – Attachment 95007 Details for
Bug 133288
[PATCH] games/btanks: pass environement to scons allowing building with ccache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
btanks-0.7.5800.patch
btanks-0.7.5800.patch (text/plain), 909 bytes, created by
Dmitry Marakasov
on 2009-04-02 00:40:01 UTC
(
hide
)
Description:
btanks-0.7.5800.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-04-02 00:40:01 UTC
Size:
909 bytes
patch
obsolete
>Index: files/patch-SConstruct >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/battletanks/files/patch-SConstruct,v >retrieving revision 1.1 >diff -u -u -r1.1 patch-SConstruct >--- files/patch-SConstruct 2 Apr 2008 10:18:54 -0000 1.1 >+++ files/patch-SConstruct 1 Apr 2009 22:55:36 -0000 >@@ -1,5 +1,14 @@ >---- SConstruct.orig 2007-12-21 19:45:15.000000000 +0600 >-+++ SConstruct 2008-03-27 04:41:37.000000000 +0600 >+--- SConstruct.orig 2007-12-21 16:45:15.000000000 +0300 >++++ SConstruct 2009-04-02 02:55:35.000000000 +0400 >+@@ -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'):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133288
: 95007