patch-src_harfbuzz_pc_in 478 B

12345678910111213141516
  1. --- harfbuzz-0.9.28.orig/src/harfbuzz.pc.in 2013-10-28 00:45:25.000000000 +0100
  2. +++ harfbuzz-0.9.28/src/harfbuzz.pc.in 2014-05-23 18:08:04.000000000 +0200
  3. @@ -1,11 +1,8 @@
  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. -Cflags: -I${includedir}/harfbuzz
  13. +Libs: -L${prefix}/lib -lharfbuzz
  14. +Cflags: -I${prefix}/include/harfbuzz