summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2014-06-17 11:02:42 +0000
committerwiz <wiz>2014-06-17 11:02:42 +0000
commite00210965fd02f8c14d2c695ad5dab3fd26ae4e5 (patch)
treebaad6b4dd933936a1b749f13a3b50dd288bddc30 /graphics
parent58994639d7477a1a6ac5cbd9315c804f485f6ff1 (diff)
downloadpkgsrc-e00210965fd02f8c14d2c695ad5dab3fd26ae4e5.tar.gz
Disable openmp support.
Fixes file handle leak reported, and one of the problems reported here http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25475 Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 9e272bb7156..6271a079d2f 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.205 2014/05/29 23:36:36 wiz Exp $
+# $NetBSD: Makefile,v 1.206 2014/06/17 11:02:42 wiz Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
MAINTAINER= adam@NetBSD.org
COMMENT= Package for display and interactive manipulation of images
@@ -19,6 +19,7 @@ CONFIGURE_ARGS+= --with-fontconfig
CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
CONFIGURE_ARGS+= --with-xml=yes
+CONFIGURE_ARGS+= --disable-openmp
CONFIGURE_ARGS+= --without-perl
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
PKGCONFIG_OVERRIDE= Magick++/lib/ImageMagick++.pc.in