aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2006-04-26 16:52:39 +0800
committerlofi <lofi@FreeBSD.org>2006-04-26 16:52:39 +0800
commitfa81e1e60961c0ab587ba43f628a9265f85051c9 (patch)
tree0aae9d75a96944f2e0f8a5fa4b45200c7e34e780 /audio
parentaccce4be39222dc0058077e2c56941e30f94986b (diff)
downloadfreebsd-ports-graphics-fa81e1e60961c0ab587ba43f628a9265f85051c9.tar.gz
freebsd-ports-graphics-fa81e1e60961c0ab587ba43f628a9265f85051c9.tar.zst
freebsd-ports-graphics-fa81e1e60961c0ab587ba43f628a9265f85051c9.zip
We need to propagate TMPDIR from the environment to the build.
Diffstat (limited to 'audio')
-rw-r--r--audio/madman/files/patch-SConstruct14
1 files changed, 12 insertions, 2 deletions
diff --git a/audio/madman/files/patch-SConstruct b/audio/madman/files/patch-SConstruct
index 742f44e73d2..6875b0d952a 100644
--- a/audio/madman/files/patch-SConstruct
+++ b/audio/madman/files/patch-SConstruct
@@ -1,5 +1,5 @@
--- SConstruct.orig Thu May 20 16:03:14 2004
-+++ SConstruct Wed Oct 12 01:01:10 2005
++++ SConstruct Wed Apr 26 10:47:56 2006
@@ -1,6 +1,8 @@
import os
import glob
@@ -9,7 +9,17 @@
opts = Options( "my_options.py")
opts.Add("qt_directory", "Path to Qt directory", "not specified")
-@@ -112,7 +114,7 @@
+@@ -20,7 +22,8 @@
+ env = Environment(
+ ENV = {
+ 'PATH' : os.environ[ 'PATH' ],
+- 'HOME' : os.environ[ 'HOME' ] # required for distcc
++ 'HOME' : os.environ[ 'HOME' ], # required for distcc
++ 'TMPDIR' : os.environ['TMPDIR']
+ }, options = opts)
+ env.Replace(CPPPATH = [], LIBS = [], LIBPATH = [], CPPDEFINES = [],
+ CXXFLAGS = "", CCFLAGS = "")
+@@ -112,7 +115,7 @@
def CheckForQtAt(context, qtdir):
context.Message('Checking for Qt at %s... ' % qtdir)
result = AttemptLinkWithVariables(context,