summarylogtreecommitdiffstats
path: root/020-pstoedit-fix-pkgconfig-includedir.patch
blob: a0a50382fc12ce4e0e469637add17b6737994963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/config/pstoedit.pc.in
+++ b/config/pstoedit.pc.in
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/pstoedit
 
 Name: pstoedit
 Description: converts PostScript(TM) and PDF files to other vector graphic formats
@@ -8,4 +8,4 @@
 Version: @VERSION@.0
 Requires: 
 Libs: -L@libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@
-Cflags: -I@includedir@
+Cflags: -I@includedir@/pstoedit