Bug 70471

Summary: the modification of _ctype.h breaks chinese/mutt
Product: Ports & Packages Reporter: dhchen <dhchen>
Component: Individual Port(s)Assignee: Clive Lin <clive>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description dhchen 2004-08-15 10:10:13 UTC
0812's modification of _ctype.h (Implement wcwidth() as an inline function)
breaks chinese/mutt, which has a function also named wcwidth()

Fix: 

add a line to chinese/mutt to use mutt's native wcwidth():
CFLAGS+=-D_DONT_USE_CTYPE_INLINE_
How-To-Repeat: with the newest /usr/include:

cd /usr/ports/chinese/mutt;make install
Comment 1 Lars Thegler freebsd_committer freebsd_triage 2004-08-17 20:24:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clive

Over to maintainer
Comment 2 Clive Lin freebsd_committer freebsd_triage 2004-08-18 04:42:06 UTC
State Changed
From-To: open->closed

Committed, thanks.