summarylogtreecommitdiffstats
path: root/020-pstoedit-fix-pkgconfig-includedir.patch
diff options
context:
space:
mode:
authorDaniel Bermond2023-10-01 11:35:17 -0300
committerDaniel Bermond2023-10-01 11:35:17 -0300
commit10fb71b61c07bbdbd8cd8daefd2cc7975086da8b (patch)
treeddbd6fb10d00b959ef615f9626eb72eefaa749c3 /020-pstoedit-fix-pkgconfig-includedir.patch
parent7dee7789472da93607a0fe06ce0b7e3b88e8a55e (diff)
downloadaur-10fb71b61c07bbdbd8cd8daefd2cc7975086da8b.tar.gz
Update to version 4.00
Diffstat (limited to '020-pstoedit-fix-pkgconfig-includedir.patch')
-rw-r--r--020-pstoedit-fix-pkgconfig-includedir.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/020-pstoedit-fix-pkgconfig-includedir.patch b/020-pstoedit-fix-pkgconfig-includedir.patch
new file mode 100644
index 000000000000..a0a50382fc12
--- /dev/null
+++ b/020-pstoedit-fix-pkgconfig-includedir.patch
@@ -0,0 +1,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