Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106396 - mldonkey-2.6.4-r1, with use flag gd enabled, needs freetype to compile correctly
Summary: mldonkey-2.6.4-r1, with use flag gd enabled, needs freetype to compile correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-18 12:23 UTC by Laurento Frittella (mrfree)
Modified: 2005-09-18 17:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
mldonkey-2.6.4-r2.ebuild (mldonkey-2.6.4-r2.ebuild,4.98 KB, text/plain)
2005-09-18 12:23 UTC, Laurento Frittella (mrfree)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurento Frittella (mrfree) 2005-09-18 12:23:25 UTC
Without freetype and gd use flag enabled mldonkey fails to compile, to solve
this I simple verify if media-libs/gd is compliled with truetype flag: this
imply presence of freetype in the system

I've modify official ebuild adding:
if use gd && !(built_with_use media-libs/gd truetype); then
  eerror "media-libs/gd must be built with the 'truetype' USE flag to use the gd
gui"
  die "Recompile media-libs/gd with enabled truetype USE flag"
fi

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Laurento Frittella (mrfree) 2005-09-18 12:23:54 UTC
Created attachment 68762 [details]
mldonkey-2.6.4-r2.ebuild
Comment 2 Marcin Kryczek (RETIRED) gentoo-dev 2005-09-18 17:35:08 UTC
fixed in cvs. thanks for reporting