diff options
author | drochner <drochner@pkgsrc.org> | 2011-07-11 10:05:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-07-11 10:05:22 +0000 |
commit | 555e3126f012ae5821758fbc672cc9404ba1849d (patch) | |
tree | 10ba510b2ad0773b1d8755edd6475eaaf938b559 /print/poppler-qt4 | |
parent | 14573d927837e5f24e15cd7d64f799476ee4b827 (diff) | |
download | pkgsrc-555e3126f012ae5821758fbc672cc9404ba1849d.tar.gz |
update to 0.16.7
changes: bugfixes
pkgsrc change: set --enable-cms in frontend components if it was
set in the base pkg -- the layout of some classes depends on this
definition, and inconsistencies can lead to crashes
(see poppler bug #35381)
Diffstat (limited to 'print/poppler-qt4')
-rw-r--r-- | print/poppler-qt4/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile index 91da15f77cf..8d6bbc5cc87 100644 --- a/print/poppler-qt4/Makefile +++ b/print/poppler-qt4/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2011/04/22 13:44:32 obache Exp $ +# $NetBSD: Makefile,v 1.22 2011/07/11 10:05:22 drochner Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt4-${POPPLER_VERS} -PKGREVISION= 1 COMMENT= PDF rendering library (QT4 wrapper) MAINTAINER= reed@reedmedia.net @@ -14,7 +13,11 @@ CONFIGURE_ARGS+= --disable-cairo-output CONFIGURE_ARGS+= --enable-poppler-qt4 CONFIGURE_ARGS+= --disable-gtk-test CONFIGURE_ARGS+= --disable-utils +.if !empty(PKG_BUILD_OPTIONS.poppler:Mpoppler-cms) +CONFIGURE_ARGS+= --enable-cms +.else CONFIGURE_ARGS+= --disable-cms +.endif PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt4.pc.in |