| Bug#: 47046 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: usata@gentoo.org | Reported By: sergem@rol.ru | |
| Component: Applications | |||
| URL: | |||
| Summary: w3m/w3m-0.5-r1 m17n | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-04-07 00:43 0000 | |||
| Description: | Opened: 2004-04-07 00:43 0000 |
Please remove m17n dependance on cjk. Without this I can't get w3m-m17n without
japanese support. In russia we have many cirillic encodings and widely use
w3m-m17n. Since this patch is included in w3m-0.5, now we can't get w3m without
japanese, but with m17n
if [ -n "`use cjk`" ] ; then
myconf="${myconf}
--enable-m17n
--enable-unicode
--enable-japanese=E
--with-charset=EUC-JP"
else
myconf="${myconf}
--disable-m17n
--with-charset=US-ASCII"
fi
Simple remove --disable-m17n from 'else' or add 'm17n' use flag
Fixed. Thanks for the report.