Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54671 - xterm-191 does not care about the unicode flag
Summary: xterm-191 does not care about the unicode flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-21 11:10 UTC by Georgi Georgiev
Modified: 2004-06-26 01:11 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 Georgi Georgiev 2004-06-21 11:10:35 UTC
The xterm-191 configuration in the ebuild, currently looks like this:

   econf \
        `use_enable truetype freetype` \
        `use_enable unicode luit` \
        --libdir=/etc \
<snip>
        --enable-i18n \
        --enable-luit \
        --enable-wide-chars \
        --enable-doublechars \
<snip>

As you can see, the effect of the unicode option is overriden later on the configure line.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-06-26 01:11:03 UTC
thanks for catching that. fixed in cvs, no revision bump.