FreeBSD Bugzilla – Attachment 155562 Details for
Bug 199425
sysutils/fusefs-exfat: fix build with ccache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
fusefs-exfat.patch (text/plain), 947 bytes, created by
Dmitry Marakasov
on 2015-04-13 18:22:48 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-04-13 18:22:48 UTC
Size:
947 bytes
patch
obsolete
>Index: files/patch-SConstruct >=================================================================== >--- files/patch-SConstruct (revision 0) >+++ files/patch-SConstruct (working copy) >@@ -0,0 +1,14 @@ >+--- SConstruct.orig 2015-04-13 20:50:01.073662000 +0300 >++++ SConstruct 2015-04-13 20:54:33.231753000 +0300 >+@@ -22,10 +22,7 @@ >+ import platform >+ import SCons >+ >+-env = Environment(**ARGUMENTS) >+-for var in ['PATH', 'SYSROOT']: >+- if var in os.environ: >+- env['ENV'][var] = os.environ[var] >++env = Environment(ENV = os.environ, **ARGUMENTS) >+ >+ destdir = env.get('DESTDIR', '/sbin'); >+ libs = ['exfat'] > >Property changes on: files/patch-SConstruct >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 199425
: 155562