summaryrefslogtreecommitdiff
path: root/editors/calligra
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 /editors/calligra
parent16e13958b160d2237d8197c344596e055d84f93b (diff)
downloadfreebsd-ports-fd928f19e0f899bb9d5c038055a1a7b42fbcdccb.zip
Update graphics/poppler* to 0.74.0
Changelog can be found here: https://poppler.freedesktop.org/releases.html PR: 235609 Exp-run by: antoine Approved by: gnome (kde) Differential Revision: https://reviews.freebsd.org/D18805
Diffstat (limited to 'editors/calligra')
-rw-r--r--editors/calligra/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index e625b16dff43..4022fcf67a6b 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -69,4 +69,8 @@ CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-DKDE_NO_DEBUG_OUTPUT"
PLIST_SUB+= SHLIB_VER=16.0.0
+post-patch:
+ # Fix with poppler 0.73
+ ${REINPLACE_CMD} -e 's|Guchar|unsigned char|g' \
+ ${WRKSRC}/filters/karbon/pdf/SvgOutputDev.cpp
.include <bsd.port.mk>