FreeBSD Bugzilla – Attachment 160453 Details for
Bug 202723
sysutils/exfat-utils: fix build with ccache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
exfat-utils.patch (text/plain), 568 bytes, created by
Dmitry Marakasov
on 2015-08-28 16:56:11 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-08-28 16:56:11 UTC
Size:
568 bytes
patch
obsolete
>Index: files/patch-SConstruct >=================================================================== >--- files/patch-SConstruct (revision 0) >+++ files/patch-SConstruct (working copy) >@@ -0,0 +1,14 @@ >+--- SConstruct.orig 2013-02-02 14:14:34 UTC >++++ SConstruct >+@@ -22,10 +22,7 @@ import os >+ 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']
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 202723
: 160453