pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt configure --without-wc-funcs on Solaris; wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aef680694046
branches:  trunk
changeset: 471186:aef680694046
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sat Mar 20 23:10:23 2004 +0000

description:
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:

 mail/mutt/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1545795f572f -r aef680694046 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Sat Mar 20 22:35:04 2004 +0000
+++ b/mail/mutt/Makefile        Sat Mar 20 23:10:23 2004 +0000
@@ -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 @@
 
 .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}



Home | Main Index | Thread Index | Old Index