Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,13 @@
$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"