You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

freetype-multilib.patch 705B

123456789101112131415161718
  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. -prefix=@prefix@
  7. -exec_prefix=@exec_prefix@
  8. +prefix=`pkg-config --variable prefix freetype2`
  9. +exec_prefix=`pkg-config --variable exec_prefix freetype2`
  10. exec_prefix_set=no
  11. -includedir=@includedir@
  12. -libdir=@libdir@
  13. +includedir=`pkg-config --variable includedir freetype2`
  14. +libdir=`pkg-config --variable libdir freetype2`
  15. enable_shared=@build_libtool_libs@
  16. wl=@wl@
  17. hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'