pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Disable OpenMP support. It is ran...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4041d8c7fd60
branches:  trunk
changeset: 552748:4041d8c7fd60
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jan 08 14:29:18 2009 +0000

description:
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:

 graphics/ImageMagick/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 97252f389b7e -r 4041d8c7fd60 graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile     Thu Jan 08 13:22:38 2009 +0000
+++ b/graphics/ImageMagick/Makefile     Thu Jan 08 14:29:18 2009 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index