Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117992 - add static to media-libs/devil
Summary: add static to media-libs/devil
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-05 23:55 UTC by Kenny Bentley
Modified: 2006-07-30 21:42 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 Kenny Bentley 2006-01-05 23:55:53 UTC
I was building a program today and I needed the static version of devil. If possible, could we get a static use flag added?

find:
$(use_enable sdl) \
                $(use_with X x) \

replace:
$(use_enable sdl) \
                $(use_enable static) \
                $(use_with X x) \
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2006-07-24 23:47:18 UTC
sure.  remerge devil to have the static library as well.

Thanks for the bug report.
Comment 2 SpanKY gentoo-dev 2006-07-30 21:42:09 UTC
no, USE=static is incorrect ... devil should always generate the static archive (which is what Mr_Bones_ did)