ngompa / rpms / freetype

Forked from rpms/freetype 5 years ago
Clone
b1421e9
--- freetype-2.2.1/builds/unix/freetype-config.in.multilib	2006-07-27 18:50:40.000000000 -0400
b1421e9
+++ freetype-2.2.1/builds/unix/freetype-config.in	2006-07-27 18:58:13.000000000 -0400
b1421e9
@@ -9,11 +9,11 @@
b1421e9
 # indicate that you have read the license and understand and accept it
b1421e9
 # fully.
b1421e9
 
b1421e9
-prefix=@prefix@
b1421e9
-exec_prefix=@exec_prefix@
b1421e9
+prefix=`pkg-config --variable prefix freetype2`
b1421e9
+exec_prefix=`pkg-config --variable exec_prefix freetype2`
b1421e9
 exec_prefix_set=no
b1421e9
-includedir=@includedir@
b1421e9
-libdir=@libdir@
b1421e9
+includedir=`pkg-config --variable includedir freetype2`
ef3dae1
+libdir=`pkg-config --variable libdir freetype2`
Behdad Esfahbod 1624014
 enable_shared=@build_libtool_libs@
b1421e9
 wl=@wl@
b1421e9
 hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'