f369adb739a2b248b6d8f7c48f9aaa6f12635172
[fedora-mingw.git] / freetype / freetype-multilib.patch
1 --- freetype-2.2.1/builds/unix/freetype-config.in.multilib      2006-07-27 18:50:40.000000000 -0400
2 +++ freetype-2.2.1/builds/unix/freetype-config.in       2006-07-27 18:58:13.000000000 -0400
3 @@ -9,11 +9,11 @@
4  # indicate that you have read the license and understand and accept it
5  # fully.
6  
7 -prefix=@prefix@
8 -exec_prefix=@exec_prefix@
9 +prefix=`pkg-config --variable prefix freetype2`
10 +exec_prefix=`pkg-config --variable exec_prefix freetype2`
11  exec_prefix_set=no
12 -includedir=@includedir@
13 -libdir=@libdir@
14 +includedir=`pkg-config --variable includedir freetype2`
15 +libdir=`pkg-config --variable libdir freetype2`
16  enable_shared=@build_libtool_libs@
17  wl=@wl@
18  hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'