summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-15 21:32:08 +0000
committerjoerg <joerg>2006-05-15 21:32:08 +0000
commit769449782c5dc0a927a00bd98402bf15762c00d6 (patch)
tree3c95216b3d5108d953994aac0de215b202aa011b /graphics/ImageMagick
parent6d371b1303d729b8180e5c7177756c2571f87aa0 (diff)
downloadpkgsrc-769449782c5dc0a927a00bd98402bf15762c00d6.tar.gz
Disable WMF build for now, since it creates unresolved symbols in
libMagick, which in turn breaks many configure scripts and other attempts at linking it. Making libMagick depend on libWand is not a good idea either. Bump revision.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 8cb9c3b3948..337867c39f6 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.141 2006/04/14 18:14:34 heinz Exp $
+# $NetBSD: Makefile,v 1.142 2006/05/15 21:32:08 joerg Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
+PKGREVISION= 1
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
@@ -40,6 +41,9 @@ CFLAGS+= -O
# Some configure_args come from Makefile.common
CONFIGURE_ARGS+= --without-perl
+# WMF linkage is currently broke, since libMagick would need symbols from libWand
+CONFIGURE_ARGS+= --without-wmf
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mmipspro*)