opnsense-ports/databases/ntdb/files/patch-wscript
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
370 B
Text

--- ./wscript.orig 2013-11-15 21:37:13.000000000 +0000
+++ ./wscript 2014-03-12 12:53:25.482302689 +0000
@@ -133,7 +133,7 @@
bld.RECURSE('lib/ccan')
if bld.env.standalone_ntdb:
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
+ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
private_library = False
else:
private_library = True