Thu Jan 8 14:29:18 2009 UTC ()
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.


(tron)
diff -r1.154 -r1.155 pkgsrc/graphics/ImageMagick/Makefile

cvs diff -r1.154 -r1.155 pkgsrc/graphics/ImageMagick/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/ImageMagick/Makefile 2009/01/07 08:58:07 1.154
+++ pkgsrc/graphics/ImageMagick/Makefile 2009/01/08 14:29:18 1.155
@@ -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_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