summaryrefslogtreecommitdiff
path: root/package/harfbuzz/patches/patch-src_harfbuzz_pc_in
blob: 90b2faf8f3865c108d25aa08e024d2bb04f9a3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- harfbuzz-0.9.28.orig/src/harfbuzz.pc.in	2013-10-28 00:45:25.000000000 +0100
+++ harfbuzz-0.9.28/src/harfbuzz.pc.in	2014-05-23 18:08:04.000000000 +0200
@@ -1,11 +1,8 @@
 prefix=%prefix%
-exec_prefix=%exec_prefix%
-libdir=%libdir%
-includedir=%includedir%
 
 Name: harfbuzz
 Description: HarfBuzz text shaping library
 Version: %VERSION%
 
-Libs: -L${libdir} -lharfbuzz
-Cflags: -I${includedir}/harfbuzz
+Libs: -L${prefix}/lib -lharfbuzz
+Cflags: -I${prefix}/include/harfbuzz