Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47046 - w3m/w3m-0.5-r1 m17n
Summary: w3m/w3m-0.5-r1 m17n
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 46932
  Show dependency tree
 
Reported: 2004-04-07 00:43 UTC by Serge Matveev
Modified: 2004-04-07 10:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Matveev 2004-04-07 00:43:55 UTC
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
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-04-07 10:32:51 UTC
Fixed. Thanks for the report.