pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ImageMagick
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Dec 11 11:30:05 UTC 2017
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile
Log Message:
ImageMagick: Limit OpenMP workaround to NetBSD.
It's not proven that this issue exists elsewhere and it carries a significant
performance penalty, so re-enable on other platforms. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 pkgsrc/graphics/ImageMagick/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ImageMagick/Makefile
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.233 pkgsrc/graphics/ImageMagick/Makefile:1.234
--- pkgsrc/graphics/ImageMagick/Makefile:1.233 Thu Nov 23 17:19:42 2017
+++ pkgsrc/graphics/ImageMagick/Makefile Mon Dec 11 11:30:05 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.233 2017/11/23 17:19:42 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2017/12/11 11:30:05 jperkin Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
@@ -17,12 +17,13 @@ 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}
# This one used to be optional, but it depends on ghostscript even if it's
# disabled so having a way to disable it seems pointless.
CONFIGURE_ARGS+= --with-gslib
+# http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25475
+CONFIGURE_ARGS.NetBSD+= --disable-openmp
PKGCONFIG_OVERRIDE+= MagickWand/MagickWand.pc.in
PKGCONFIG_OVERRIDE+= MagickCore/MagickCore.pc.in
PKGCONFIG_OVERRIDE+= MagickCore/ImageMagick.pc.in
Home |
Main Index |
Thread Index |
Old Index