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

Bug 6856

Summary: magicpoint-1.9a-r1 build problem with truetype font support
Product: Gentoo Linux Reporter: Julien Herfurth <jherfurth>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal CC: jherfurth, kevin
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Julien Herfurth 2002-08-21 14:15:27 UTC
Hi,

It seems that giving the option --enable-freetype to the configure script does
excatly the opposite of what it is supposed to do : it disables the freetype
support ! If you read the output of ./configure --enable-freetype, I can see :

checking if --disable-freetype option specified... yes

obviously not what we want :-).

I replaced :

use truetype \
    && myconf=${myconf} --enable-freetype \
    || myconf=${myconf} --disable-freetype

by :

use truetype \
    || myconf=${myconf} --disable-freetype

and it works all right now.

Julien
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-23 06:32:06 UTC
thanks for catching that.  fixed in portage.