Changeset - r6238:3734fc72c4de
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-03-06 22:15:57
truelight@openttd.org
(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -808,7 +808,7 @@ make_cflags_and_ldflags() {
 

	
 
		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
0 comments (0 inline, 0 general)