From db5853ef639d87c7d38c4b080df7d67014d7614d Mon Sep 17 00:00:00 2001 From: clive Date: Wed, 18 Aug 2004 03:41:57 +0000 Subject: Don't use ctype inline to avoid redefinition of wcwidth(), implemented in latest -CURRENT. PR: ports/70471 Submitted by: dhchen --- chinese/mutt/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chinese/mutt') 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 -- cgit