Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 144528

Summary: media-libs/glew possible cross-compile issue fix, misc fixes, parallel build fixes
Product: Gentoo Linux Reporter: Tiziano Müller (RETIRED) <dev-zero>
Component: New packagesAssignee: Joshua Baergen (RETIRED) <joshuabaergen>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: glew-1.3.4-r1.ebuild.patch
files/glew-1.3.4-makefile.patch

Description Tiziano Müller (RETIRED) gentoo-dev 2006-08-20 07:41:25 UTC
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 :-)
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2006-08-20 07:42:09 UTC
Created attachment 94697 [details, diff]
glew-1.3.4-r1.ebuild.patch

This is the patch for the ebuild
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2006-08-20 07:42:42 UTC
Created attachment 94698 [details, diff]
files/glew-1.3.4-makefile.patch

And the patch for the makefile
Comment 3 Joshua Baergen (RETIRED) gentoo-dev 2006-08-24 20:45:44 UTC
Committed as -r2.  Thanks for the fixes!