Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 54671

Summary: xterm-191 does not care about the unicode flag
Product: Gentoo Linux Reporter: Georgi Georgiev <chutz+bugs.gentoo.org>
Component: Current packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.