summaryrefslogtreecommitdiff
path: root/devel/nsis/patches/patch-SConstruct
blob: b252e0b029865e079c19ee0aa906dd7bc08552b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-SConstruct,v 1.1 2013/10/15 14:41:36 joerg Exp $

--- SConstruct.orig	2013-10-14 21:45:13.000000000 +0000
+++ SConstruct
@@ -56,7 +56,8 @@ misc = [
 	'VPatch'
 ]
 
-defenv = Environment()
+import os
+defenv = Environment(ENV = os.environ)
 Export('defenv')
 
 ######################################################################