Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 47046
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Serge Matveev <sergem@rol.ru>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 47046 depends on: Show dependency tree
Bug 47046 blocks: 46932
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

------- Comment #1 From Mamoru KOMACHI (RETIRED) 2004-04-07 10:32:51 0000 -------
Fixed. Thanks for the report.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug