freebsd-ports/devel/talloc/files/patch-wscript
Timur I. Bakeyev 751aa321cd Update Samba4* supplimentary libraries to the newer versions.
Made databases/ldb to depend on openldap-sasl-client, so it won't conflict with the corresponding requirement of net/samba4* ports.
2017-01-02 22:53:43 +00:00

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