Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
1. Just discovered that glew builds itself using 'cc'. Since there's no configure-script emake should be called as "emake CC=$(tc-getCC)". 2. Cleaned-up the ebuild to make the QA notice go away. The reason was that install stripped the binary files 3. Some quotes placed around ${S}'s 4. Patched the makefile to support parallel builds. Sent patch to upstream. (This is not really needed since there are only two sourcefiles for the lib and two for each app, but yeah :-)
Created an attachment (id=94697) [edit] glew-1.3.4-r1.ebuild.patch This is the patch for the ebuild
Created an attachment (id=94698) [edit] files/glew-1.3.4-makefile.patch And the patch for the makefile
Committed as -r2. Thanks for the fixes!