mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
Many thanks to Joshua Kinard, Siva Mahadevan, Yasuhiro Kimura, Andrew Walker, and Peter Eriksson for their patches. PR: 270383
11 lines
489 B
Text
11 lines
489 B
Text
--- lib/talloc/wscript.orig 2024-01-23 10:24:15.072250000 +0100
|
|
+++ lib/talloc/wscript 2024-01-23 10:26:17.242921000 +0100
|
|
@@ -45,7 +45,7 @@ def configure(conf):
|
|
conf.env.TALLOC_COMPAT1 = False
|
|
if conf.env.standalone_talloc:
|
|
conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1
|
|
- conf.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
|
|
+ conf.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
|
|
conf.env.TALLOC_VERSION = VERSION
|
|
|
|
conf.CHECK_XSLTPROC_MANPAGES()
|