diff options
author | drochner <drochner@pkgsrc.org> | 2013-10-29 19:05:23 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-10-29 19:05:23 +0000 |
commit | f8c4f67e98e277d928445560e54d5d91e8ea73a0 (patch) | |
tree | 6c5d1ae2e985b34a6503c376d933a98440cd5d41 /print/poppler-cpp | |
parent | aae815ef70e014ebc1211fe5f98fe23bf62eb34f (diff) | |
download | pkgsrc-f8c4f67e98e277d928445560e54d5d91e8ea73a0.tar.gz |
update to 0.24.3
changes: bugfixes, among them a format string problem (CVE-2013-4474)
pkgsrc change: kill the poppler-cms/lcms option, it got broken recently
and it is not useful enough to justify the complexity
Diffstat (limited to 'print/poppler-cpp')
-rw-r--r-- | print/poppler-cpp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/print/poppler-cpp/Makefile b/print/poppler-cpp/Makefile index 5ff54ba87ae..2782506882a 100644 --- a/print/poppler-cpp/Makefile +++ b/print/poppler-cpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/07/04 13:14:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/10/29 19:05:23 drochner Exp $ # .include "../../print/poppler/Makefile.common" @@ -28,12 +28,6 @@ CONFIGURE_ARGS+= --disable-utils BUILDLINK_API_DEPENDS.poppler+= poppler-${POPPLER_VERS}{,nb*} .include "../../print/poppler/buildlink3.mk" -.if !empty(PKG_BUILD_OPTIONS.poppler:Mpoppler-cms) -CONFIGURE_ARGS+= --enable-cms -.else -CONFIGURE_ARGS+= --disable-cms -.endif - BUILD_DIRS= cpp INSTALL_DIRS= cpp |