mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
$NetBSD: patch-SConstruct,v 1.1 2014/12/11 22:13:58 joerg Exp $
|
|
|
|
--- SConstruct.orig 2014-12-11 21:32:11.000000000 +0000
|
|
+++ SConstruct
|
|
@@ -37,7 +37,7 @@ opts.AddVariables(
|
|
BoolVariable('libkate', 'enable libkate support', 1),
|
|
BoolVariable('crossmingw', 'Set to 1 for crosscompile with mingw', 0)
|
|
)
|
|
-env = Environment(options = opts)
|
|
+env = Environment(options = opts, ENV=os.environ)
|
|
Help(opts.GenerateHelpText(env))
|
|
|
|
pkg_flags="--cflags --libs"
|