Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
thanks for catching that. fixed in portage.