pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Disable WMF build for now, since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16e7da068c6c
branches:  trunk
changeset: 512794:16e7da068c6c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 15 21:32:08 2006 +0000

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

 graphics/ImageMagick/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 6613e490c4d2 -r 16e7da068c6c graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile     Mon May 15 21:30:00 2006 +0000
+++ b/graphics/ImageMagick/Makefile     Mon May 15 21:32:08 2006 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.simplesystems.org/ImageMagick/
@@ -40,6 +41,9 @@
 # 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*)



Home | Main Index | Thread Index | Old Index