summaryrefslogtreecommitdiff
path: root/databases/tdb1413/files/patch-wscript
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2025-08-26 17:46:22 +0200
committerMateusz Piotrowski <0mp@FreeBSD.org>2025-08-26 18:44:03 +0200
commita9a5b03fbb40bc0afffc9742af69c33813a8d3c1 (patch)
treef5ed5fd2ac102352c2a9f1941e1afdfb18c52236 /databases/tdb1413/files/patch-wscript
parentdevel/tevent017: Update to 0.17.0 (diff)
databases/tdb1413: Repocopy from databases/tdb1410
PR: 287985 Reported by: Andrej Ebert <andrej@ebert.su> Sponsored by: Klara, Inc.
Diffstat (limited to 'databases/tdb1413/files/patch-wscript')
-rw-r--r--databases/tdb1413/files/patch-wscript11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/tdb1413/files/patch-wscript b/databases/tdb1413/files/patch-wscript
new file mode 100644
index 000000000000..4869b58adf01
--- /dev/null
+++ b/databases/tdb1413/files/patch-wscript
@@ -0,0 +1,11 @@
+--- wscript.orig 2019-02-26 07:02:52 UTC
++++ wscript
+@@ -121,7 +121,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