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