patch-src_harfbuzz_pc_in 545 B

123456789101112131415161718
  1. --- harfbuzz-1.2.3.orig/src/harfbuzz.pc.in 2016-01-06 13:00:36.113138042 +0100
  2. +++ harfbuzz-1.2.3/src/harfbuzz.pc.in 2016-03-12 21:55:46.457327612 +0100
  3. @@ -1,13 +1,10 @@
  4. prefix=%prefix%
  5. -exec_prefix=%exec_prefix%
  6. -libdir=%libdir%
  7. -includedir=%includedir%
  8. Name: harfbuzz
  9. Description: HarfBuzz text shaping library
  10. Version: %VERSION%
  11. -Libs: -L${libdir} -lharfbuzz
  12. +Libs: -L${prefix}/lib -lharfbuzz
  13. Libs.private: %libs_private%
  14. Requires.private: %requires_private%
  15. -Cflags: -I${includedir}/harfbuzz
  16. +Cflags: -I${prefix}/include/harfbuzz