diff options
Diffstat (limited to 'sysutils/ori/files/patch-SConstruct')
-rw-r--r-- | sysutils/ori/files/patch-SConstruct | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/ori/files/patch-SConstruct b/sysutils/ori/files/patch-SConstruct deleted file mode 100644 index 20224d3e8d08..000000000000 --- a/sysutils/ori/files/patch-SConstruct +++ /dev/null @@ -1,18 +0,0 @@ ---- SConstruct.orig 2014-01-17 06:40:03 UTC -+++ SConstruct -@@ -302,15 +302,6 @@ if (env["WITH_MDNS"]) and (sys.platform - print 'Please install libdns_sd' - Exit(1) - --if env["HAS_PKGCONFIG"]: -- if not conf.CheckPkg("openssl"): -- print 'openssl is not registered in pkg-config' -- Exit(1) -- if not conf.CheckPkgMinVersion("openssl", "1.0.0"): -- print 'openssl version 1.0.0 or above required' -- Exit(1) -- env.ParseConfig('pkg-config --libs --cflags openssl') -- - conf.Finish() - - Export('env') |