diff options
author | tron <tron@pkgsrc.org> | 2003-07-10 09:35:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-07-10 09:35:00 +0000 |
commit | ae8163428599fa9c2f5c3b3b980e629dab0a0b5b (patch) | |
tree | 7cf06024400ff526f3155887ecc40ae154587522 /mail/mutt | |
parent | e7f56ee96b91e7c05d2fe108e6ab0963170bb0c1 (diff) | |
download | pkgsrc-ae8163428599fa9c2f5c3b3b980e629dab0a0b5b.tar.gz |
Remove "INCOMPAT_ICONV" definition because NetBSD's "iconv" implementation
should be fixed now.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 35bd32429d0..52610c2e6b5 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2003/07/10 06:25:26 tron Exp $ +# $NetBSD: Makefile,v 1.96 2003/07/10 09:35:00 tron Exp $ DISTNAME= mutt-1.4.1i PKGNAME= ${DISTNAME:C/i$//} @@ -23,7 +23,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \ --with-docdir=${PREFIX}/share/doc/mutt \ --without-included-gettext \ --enable-pop --enable-imap -INCOMPAT_ICONV= NetBSD-*-* LDFLAGS+= ${_STRIPFLAG_CC} |