diff options
author | tron <tron@pkgsrc.org> | 2009-01-08 14:29:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-01-08 14:29:18 +0000 |
commit | 0189ac3d1c86b49bad5d390613099541f1c49e1a (patch) | |
tree | 02d6757d5ba3e710ad1aa7109309007ca49a87b7 /graphics | |
parent | 5ed4ee6cc450172706c3492ed6c90f31ac8505b7 (diff) | |
download | pkgsrc-0189ac3d1c86b49bad5d390613099541f1c49e1a.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')
-rw-r--r-- | graphics/ImageMagick/Makefile | 3 |
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 |