Blame SOURCES/freetype-multilib.patch

57e9c6
--- freetype-2.2.1/builds/unix/freetype-config.in.multilib	2006-07-27 18:50:40.000000000 -0400
57e9c6
+++ freetype-2.2.1/builds/unix/freetype-config.in	2006-07-27 18:58:13.000000000 -0400
57e9c6
@@ -9,11 +9,11 @@
57e9c6
 # indicate that you have read the license and understand and accept it
57e9c6
 # fully.
57e9c6
 
57e9c6
-prefix=@prefix@
57e9c6
-exec_prefix=@exec_prefix@
57e9c6
+prefix=`pkg-config --variable prefix freetype2`
57e9c6
+exec_prefix=`pkg-config --variable exec_prefix freetype2`
57e9c6
 exec_prefix_set=no
57e9c6
-includedir=@includedir@
57e9c6
-libdir=@libdir@
57e9c6
+includedir=`pkg-config --variable includedir freetype2`
57e9c6
+libdir=`pkg-config --variable libdir freetype2`
57e9c6
 enable_shared=@build_libtool_libs@
57e9c6
 wl=@wl@
57e9c6
 hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'