summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2004-03-20 23:10:23 +0000
committerbouyer <bouyer@pkgsrc.org>2004-03-20 23:10:23 +0000
commita4aa7bd8ffa04adaa918c4b2960580427ecd5492 (patch)
tree58b3973401e03c144cbc0b31c1aa2ec56665e107 /mail
parentdb2da0edce32850a974d2259caaca2ff3f8390d7 (diff)
downloadpkgsrc-a4aa7bd8ffa04adaa918c4b2960580427ecd5492.tar.gz
configure --without-wc-funcs on Solaris; without this all chars are printed
as '?'. Looks like solaris's wchar functions don't work as mutt expect.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 0dcd2c21520..9be07d64989 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2004/03/10 18:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.116 2004/03/20 23:10:23 bouyer Exp $
DISTNAME= mutt-1.4.2.1i
PKGNAME= ${DISTNAME:C/i$//}
@@ -29,6 +29,10 @@ PLIST_SRC= ${WRKDIR}/PLIST
.include "../../mk/bsd.prefs.mk"
+.if (${OPSYS} == "SunOS")
+CONFIGURE_ARGS+= --without-wc-funcs
+.endif
+
.if ${MUTT_USE_SLANG} == YES
. include "../../devel/libslang/buildlink3.mk"
CONFIGURE_ARGS+= --with-slang=${BUILDLINK_PREFIX.libslang}