aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-02-11 17:10:05 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-02-11 17:10:05 +0000
commitfd928f19e0f899bb9d5c038055a1a7b42fbcdccb (patch)
tree3ba7e67672e6da68e14d2308683ddd7b22af74e2 /graphics/inkscape
parent16e13958b160d2237d8197c344596e055d84f93b (diff)
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 84a8b6b9ba2e..667539e8ce06 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -85,5 +85,8 @@ post-patch:
# Obtained from Arch Linux
@${REINPLACE_CMD} -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' \
${WRKSRC}/src/extension/internal/pdfinput/pdf-parser.*
+ # Fix with poppler 0.73
+ @${REINPLACE_CMD} -E '/#include "goo\/gtypes.h"/d' \
+ ${WRKSRC}/src/extension/internal/pdfinput/pdf-parser.h
.include <bsd.port.mk>