summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authortron <tron>2009-01-08 14:29:18 +0000
committertron <tron>2009-01-08 14:29:18 +0000
commit2ee87c230110563e0258e7906cb668e01fa622ed (patch)
tree02d6757d5ba3e710ad1aa7109309007ca49a87b7 /graphics/ImageMagick
parent632328974c2e9d7d8fe561c788d5c67666d6942d (diff)
downloadpkgsrc-2ee87c230110563e0258e7906cb668e01fa622ed.tar.gz
Disable OpenMP support. It is randomly detected under Mac OS X Leopard
with the latest version of Xcode Tools which breaks the build, probably because "buildlink3" doesn't allow to pick up the library.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index f2abfe50b5f..9ef2402492d 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2009/01/07 08:58:07 adam Exp $
+# $NetBSD: Makefile,v 1.155 2009/01/08 14:29:18 tron Exp $
.include "Makefile.common"
@@ -17,6 +17,7 @@ USE_LANGUAGES= c c++ c99
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-openmp
PKGCONFIG_OVERRIDE= Magick++/lib/ImageMagick++.pc.in
PKGCONFIG_OVERRIDE+= magick/ImageMagick.pc.in