Made databases/ldb to depend on openldap-sasl-client, so it won't conflict with the corresponding requirement of net/samba4* ports.
11 lines
338 B
Text
11 lines
338 B
Text
--- wscript.orig 2016-07-28 07:19:25 UTC
|
|
+++ wscript
|
|
@@ -78,7 +78,7 @@ def build(bld):
|
|
bld.RECURSE('lib/replace')
|
|
|
|
if bld.env.standalone_talloc:
|
|
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
|
|
+ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
|
|
bld.env.TALLOC_VERSION = VERSION
|
|
private_library = False
|
|
|