diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-02 06:03:51 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-02 06:03:51 +0000 |
commit | 5effb6b76e55bbb5c68b451cf25c0d0b0c4b64ff (patch) | |
tree | 1d65bd49b6e4240f3087685377057032cbb0a93e /chinese | |
parent | Fix checksums. And no I don't care why they changed. (diff) |
Turn on locale fixes.
Submitted by: Clive Lin <clive@cirx.org>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/mutt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 43467e7a09cd..ec047436bc10 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -16,3 +16,5 @@ EXTRA_PATCHES= ${.CURDIR}/patches/patch-init.h \ ${.CURDIR}/patches/patch-sendlib.c .include "${MASTERDIR}/Makefile" + +CONFIGURE_ARGS+= --enable-locales-fix |