diff options
author | clive <clive@FreeBSD.org> | 2004-08-18 11:41:57 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2004-08-18 11:41:57 +0800 |
commit | db5853ef639d87c7d38c4b080df7d67014d7614d (patch) | |
tree | 4472f0ba3909d3c3e96b197cb8a3acdcc7a33d43 /chinese/mutt | |
parent | 097001c6cfd5cdbe037ed2d30d2b461c40f9c790 (diff) | |
download | freebsd-ports-gnome-db5853ef639d87c7d38c4b080df7d67014d7614d.tar.gz freebsd-ports-gnome-db5853ef639d87c7d38c4b080df7d67014d7614d.tar.zst freebsd-ports-gnome-db5853ef639d87c7d38c4b080df7d67014d7614d.zip |
Don't use ctype inline to avoid redefinition of wcwidth(), implemented
in latest -CURRENT.
PR: ports/70471
Submitted by: dhchen <dhchen at dhchen.com>
Diffstat (limited to 'chinese/mutt')
-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 2f1c9e7f796b..cea7b4a84bec 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -24,6 +24,8 @@ PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}-${REVISEDATE}.diff.gz LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert +CFLAGS+= -D_DONT_USE_CTYPE_INLINE_ + WITH_MUTT_LOCALES_FIX= yes MUTT_CONFIGURE_ARGS+= --without-wc-funcs WITH_MUTT_NCURSES= yes |