summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-15 21:32:08 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-15 21:32:08 +0000
commit12e38741decc2baca0dede49eaa928973723897c (patch)
tree3c95216b3d5108d953994aac0de215b202aa011b /graphics
parentfae670f56d786908564bb38ae34cdefcc6fe63c2 (diff)
downloadpkgsrc-12e38741decc2baca0dede49eaa928973723897c.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')
-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*)