summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2003-07-10 09:35:00 +0000
committertron <tron>2003-07-10 09:35:00 +0000
commitd0e7b3cbceb69126000ed397998b8ebfc260fc6a (patch)
tree7cf06024400ff526f3155887ecc40ae154587522 /mail
parent1f32d9c9f6855f8fe4b8bb5ab26608e83f524e56 (diff)
downloadpkgsrc-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/Makefile3
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}