Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264738 - games-fps/nexuiz doesn't compile with graphite flags
Summary: games-fps/nexuiz doesn't compile with graphite flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 10:11 UTC by Paul Mulders
Modified: 2010-01-06 18:27 UTC (History)
0 users

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


Attachments
ebuild patch (nexuiz-gcc-4.4-graphiteflags.patch,481 bytes, patch)
2009-04-03 10:12 UTC, Paul Mulders
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Mulders 2009-04-03 10:11:38 UTC
ebuild replaces occurrences of strip in makefile.in with true causing gcc to error out with unknown flag -f-true-mine (-f-strip-mine is one of the new GCC options to utilize graphite)

patch attached to workaround the issue.

Reproducible: Always
Comment 1 Paul Mulders 2009-04-03 10:12:58 UTC
Created attachment 187177 [details, diff]
ebuild patch

works around by first replacing strip-mine with string that surely isnt in makefile, then changing it back after strip is sed replaced
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-04-03 17:33:35 UTC
resync and try again.