opnsense-ports/databases/tdb/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
414 B
Text

--- ./wscript.orig 2012-04-11 12:36:12.000000000 +0000
+++ ./wscript 2013-01-29 20:56:34.289900427 +0000
@@ -68,7 +68,7 @@
io.c open.c transaction.c hash.c summary.c''')
if bld.env.standalone_tdb:
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
+ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
private_library = False
else:
private_library = True