Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
414 B
Text
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
|