diff options
author | tron <tron> | 2003-07-10 09:35:00 +0000 |
---|---|---|
committer | tron <tron> | 2003-07-10 09:35:00 +0000 |
commit | d0e7b3cbceb69126000ed397998b8ebfc260fc6a (patch) | |
tree | 7cf06024400ff526f3155887ecc40ae154587522 /mail | |
parent | 1f32d9c9f6855f8fe4b8bb5ab26608e83f524e56 (diff) | |
download | pkgsrc-d0e7b3cbceb69126000ed397998b8ebfc260fc6a.tar.gz |
Remove "INCOMPAT_ICONV" definition because NetBSD's "iconv" implementation
should be fixed now.
Diffstat (limited to 'mail')
-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} |