summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-07-10 06:25:26 +0000
committertron <tron@pkgsrc.org>2003-07-10 06:25:26 +0000
commit66df543718af20e8d4130fbd4a0173a063453457 (patch)
tree922a2069183cfc777946e9c6e52e093ea64d6f32 /mail
parent56ae32fa0377d1dbd1ee2f586b8fb0932837bde9 (diff)
downloadpkgsrc-66df543718af20e8d4130fbd4a0173a063453457.tar.gz
Mark this package as incompatible with NetBSD's "iconv" library. This
fixes PR pkg/22113 by Geoff C. Wing.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index a433b4e0bda..35bd32429d0 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2003/03/29 12:41:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.95 2003/07/10 06:25:26 tron Exp $
DISTNAME= mutt-1.4.1i
PKGNAME= ${DISTNAME:C/i$//}
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
--with-docdir=${PREFIX}/share/doc/mutt \
--without-included-gettext \
--enable-pop --enable-imap
+INCOMPAT_ICONV= NetBSD-*-*
LDFLAGS+= ${_STRIPFLAG_CC}