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.
This commit is contained in:
parent
db2da0edce
commit
a4aa7bd8ff
1 changed files with 5 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue