Files
ports/databases/tdb1413/files/patch-wscript
T
Mateusz Piotrowski a9a5b03fbb databases/tdb1413: Repocopy from databases/tdb1410
PR:		287985
Reported by:	Andrej Ebert <andrej@ebert.su>
Sponsored by:	Klara, Inc.
2025-08-26 18:44:03 +02:00

12 lines
357 B
Plaintext

--- 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