summaryrefslogtreecommitdiff
path: root/print/poppler-glib/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-07-11 10:05:22 +0000
committerdrochner <drochner@pkgsrc.org>2011-07-11 10:05:22 +0000
commit270c1a54975156643eb3d8899fd1dd6f44aaaee1 (patch)
tree10ba510b2ad0773b1d8755edd6475eaaf938b559 /print/poppler-glib/Makefile
parent5720325b0b352c12c553c54f3d9e3ec0cea4b015 (diff)
downloadpkgsrc-270c1a54975156643eb3d8899fd1dd6f44aaaee1.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-glib/Makefile')
-rw-r--r--print/poppler-glib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile
index 88f0c7bc81e..f302e555b7d 100644
--- a/print/poppler-glib/Makefile
+++ b/print/poppler-glib/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2011/04/22 13:42:23 obache Exp $
+# $NetBSD: Makefile,v 1.40 2011/07/11 10:05:22 drochner Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-glib-${POPPLER_VERS}
-PKGREVISION= 1
COMMENT= PDF rendering library (GLib wrapper)
MAINTAINER= reed@reedmedia.net
@@ -25,7 +24,11 @@ CONFIGURE_ARGS+= --disable-poppler-qt
# Don't compile GTK+ test program.
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
CONFIGURE_ARGS+= --disable-poppler-cpp
BUILD_DIRS= goo fofi poppler glib