diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-22 05:31:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-22 05:31:45 +0000 |
commit | eb33d9711071938e8a90c4b42b6844b348972ee1 (patch) | |
tree | 71dc807664525ebf906f5ca61a168544d1924fb4 /mail/mutt | |
parent | b9be3eb6f2ed5d52971ffbd6bf71c31659920cb1 (diff) |
"This fix the l10n'ed po displaying and other places in multibyte condition.
(For me it's zh_TW.Big5)"
Submitted by: Clive Lin <clive@CirX.ORG>
Notes
Notes:
svn path=/head/; revision=28658
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index ed6ebf887559..6bda5f8d54df 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -57,7 +57,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ - --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps + --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \ + --enable-locales-fix .if defined(BATCH) || defined(WITH_SLANG) CONFIGURE_ARGS+= --with-slang=${PREFIX} .elif defined(WITH_NCURSES_PORT) |