diff options
author | tron <tron> | 2003-07-10 06:25:26 +0000 |
---|---|---|
committer | tron <tron> | 2003-07-10 06:25:26 +0000 |
commit | b31a15d60a3487351a214aea9543ea6a5b02d3c4 (patch) | |
tree | 922a2069183cfc777946e9c6e52e093ea64d6f32 /mail | |
parent | 7ef4bdd7d50f074d0d84abd5025c91bbd7b8cf1a (diff) | |
download | pkgsrc-b31a15d60a3487351a214aea9543ea6a5b02d3c4.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/Makefile | 3 |
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} |