Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144528 - media-libs/glew possible cross-compile issue fix, misc fixes, parallel build fixes
Summary: media-libs/glew possible cross-compile issue fix, misc fixes, parallel build ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Joshua Baergen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-20 07:41 UTC by Tiziano Müller (RETIRED)
Modified: 2006-08-24 20:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
glew-1.3.4-r1.ebuild.patch (glew-1.3.4-r1.ebuild.patch,1.47 KB, patch)
2006-08-20 07:42 UTC, Tiziano Müller (RETIRED)
Details | Diff
files/glew-1.3.4-makefile.patch (glew-1.3.4-makefile.patch,490 bytes, patch)
2006-08-20 07:42 UTC, Tiziano Müller (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!