(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg)
authortruelight
Tue, 06 Mar 2007 22:15:57 +0000
changeset 6564 96fb28504900
parent 6563 d08d813ecd42
child 6565 3cea8776104b
(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg)
config.lib
--- a/config.lib	Tue Mar 06 22:11:58 2007 +0000
+++ b/config.lib	Tue Mar 06 22:15:57 2007 +0000
@@ -808,7 +808,7 @@
 
 		if [ "$enable_static" != "0" ]; then
 			if [ "$os" = "OSX" ]; then
-				LIBS="$LIBS `$fontconfig_config --prefix`/lib/libfontconfig.a"
+				LIBS="$LIBS `$fontconfig_config --variable=prefix`/lib/libfontconfig.a"
 			else
 				LIBS="$LIBS `$fontconfig_config --libs --static | tr '\n\r' '  '`"
 			fi