patch-src_harfbuzz_pc_in 545 B

123456789101112131415161718
  1. --- harfbuzz-1.0.6.orig/src/harfbuzz.pc.in 2015-08-11 12:47:09.000000000 +0200
  2. +++ harfbuzz-1.0.6/src/harfbuzz.pc.in 2015-10-25 10:54:18.000000000 +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