Bug 117992 - add static to media-libs/devil
Bug#: 117992 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Other Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: seriousmoose@yahoo.com
Component: Library
URL: 
Summary: add static to media-libs/devil
Keywords:  
Status Whiteboard: 
Opened: 2006-01-05 23:55 0000
Description:   Opened: 2006-01-05 23:55 0000
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 From Mr. Bones. 2006-07-24 23:47:18 0000 -------
sure.  remerge devil to have the static library as well.

Thanks for the bug report.

------- Comment #2 From SpanKY 2006-07-30 21:42:09 0000 -------
no, USE=static is incorrect ... devil should always generate the static archive
(which is what Mr_Bones_ did)