Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6856 - magicpoint-1.9a-r1 build problem with truetype font support
Summary: magicpoint-1.9a-r1 build problem with truetype font support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-21 14:15 UTC by Julien Herfurth
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 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.