Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140014 - x11-libs/evas-9999 ignores USE=png
Summary: x11-libs/evas-9999 ignores USE=png
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 11:01 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2006-07-15 23:27 UTC (History)
0 users

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 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2006-07-11 11:01:54 UTC
Basically, evas compiliation with and without the USE=png flag still results in edje_cc failing when compiling entrance, complaining of the lack of a loader module.
Reading of the evas configure script shows that it borked du to "ld -lpng10" not working.
"ld -lpng12" appears to work fine. 

Suggested patch.
  sed -i "s/png10/png12" e17/libs/evas/configure.in

That should fix the problem with the compilation of entrance with the complaint of "Missing loader" when compiling default.edc
Comment 1 SpanKY gentoo-dev 2006-07-15 23:27:46 UTC
works fine for me