ports/databases/tdb/files/patch-wscript
2011-08-01 20:05:57 +00:00

11 lines
497 B
Text

--- ./wscript.orig 2011-04-05 03:59:59.000000000 +0200
+++ ./wscript 2011-04-05 04:00:57.000000000 +0200
@@ -63,7 +63,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%%'
bld.PKG_CONFIG_FILES('tdb.pc', vnum=VERSION)
bld.INSTALL_FILES('${INCLUDEDIR}', 'include/tdb.h', flat=True)
private_library = False