about summary refs log tree commit diff
path: root/pkgs/applications/graphics/giv/build.patch
blob: ec343c9023861fc623b42b87e71810c8df1a7b43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Get the environment propagated to scons forked childs, and correct the dicom plugin about
a typedef of size_t that failed at least on x86_64-linux.

diff --git a/SConstruct b/SConstruct
index 16eccd9..603e931 100644
--- a/SConstruct
+++ b/SConstruct
@@ -7,8 +7,7 @@ else:
     cppflags = ['-O2']
     variant = 'Release'
 
-env = Environment(LIBPATH=[],
-                  CPPFLAGS = cppflags)
+env = Environment(ENV = os.environ)
 
 env['SBOX'] = False