summaryrefslogtreecommitdiff
path: root/databases/tdb1/files/patch-wscript
blob: c1b8d4560be8e2055a88dec785129710a2f8a8e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- wscript.orig	2017-08-24 11:29:08 UTC
+++ wscript
@@ -115,7 +115,7 @@ def build(bld):
     COMMON_SRC = bld.SUBDIR('common', COMMON_FILES)
 
     if bld.env.standalone_tdb:
-        bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
+        bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
         private_library = False
     else:
         private_library = True