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 | ade7bb0116c79795309ce2e1b506b176d0bbde70 (patch) | |
| tree | 6c5d1ae2e985b34a6503c376d933a98440cd5d41 /print/poppler-cpp | |
| parent | cdcf6d3c6a123d4808d850e5d6458d5428bf5135 (diff) | |
| download | pkgsrc-ade7bb0116c79795309ce2e1b506b176d0bbde70.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 |
