mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
f71f4c2467
Submitted by: swell.k@gmail.com
12 lines
492 B
Plaintext
12 lines
492 B
Plaintext
--- wscript.orig Fri May 25 16:49:48 2007
|
|
+++ wscript Fri May 25 16:50:17 2007
|
|
@@ -284,7 +284,7 @@
|
|
conf.env['PKGCONFIGDIR'] = Params.g_options.pkgconfigdir
|
|
print conf.env['PKGCONFIGDIR']
|
|
else:
|
|
- conf.env['PKGCONFIGDIR'] = os.path.join(conf.env["PREFIX"], "lib", "pkgconfig")
|
|
+ conf.env['PKGCONFIGDIR'] = os.path.join(conf.env["PREFIX"], "libdata", "pkgconfig")
|
|
|
|
if Params.g_options.config_prefix:
|
|
for dir in Params.g_options.config_prefix:
|