Index: head/sysutils/exfat-utils/files/patch-SConstruct =================================================================== --- head/sysutils/exfat-utils/files/patch-SConstruct (nonexistent) +++ head/sysutils/exfat-utils/files/patch-SConstruct (revision 396704) @@ -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'] Property changes on: head/sysutils/exfat-utils/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