From 0189ac3d1c86b49bad5d390613099541f1c49e1a Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 8 Jan 2009 14:29:18 +0000 Subject: 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. --- graphics/ImageMagick/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') 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 -- cgit v1.2.3