aboutsummaryrefslogtreecommitdiff
path: root/graphics/poppler/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2012-09-25 22:06:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2012-09-25 22:06:42 +0000
commitaeadecff0e585f74a14361496d562bd288f9b2e6 (patch)
tree4b17791c2619240060021b3c3a58f56f5e7a5018 /graphics/poppler/Makefile
parent74c26c5250dfd3c5f3b0715f964d32bcb9890375 (diff)
downloadports-aeadecff0e585f74a14361496d562bd288f9b2e6.tar.gz
ports-aeadecff0e585f74a14361496d562bd288f9b2e6.zip
Notes
Diffstat (limited to 'graphics/poppler/Makefile')
-rw-r--r--graphics/poppler/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index 16d93605a40f..29a113e3b50a 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -8,7 +8,7 @@
PORTNAME= poppler
PORTVERSION= 0.18.4
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= graphics print
MASTER_SITES= http://poppler.freedesktop.org/
@@ -111,6 +111,9 @@ post-patch:
@${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \
${WRKSRC}/configure
.endif
+ # A fix for bug 52193 (fixed upstream at poppler-0.20)
+ @${REINPLACE_CMD} -e 's:poppler/poppler-config.h:poppler-config.h:' \
+ ${WRKSRC}/goo/*.h ${WRKSRC}/splash/*.h
post-install:
.if defined(SLAVEPORT)