Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16692 - Typo in povray ebuild
Summary: Typo in povray ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jon Portnoy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-02 17:11 UTC by Jonathan Morton
Modified: 2003-03-02 18:15 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Morton 2003-03-02 17:11:44 UTC
When set to use icc, CPPFLAGS gets set to the combined icc and gcc options.  When not set to use icc, CPPFLAGS gets neither set of options.  The result is that for GCC users, their CFLAGS are ignored and Povray will run excessively slowly.  Most likely ICC users will find it doesn't compile at all.  :-) The fix is to insert an 'else' just before the GCC flags are added to Makefile.sed.

Reproducible: Always
Steps to Reproduce:
1. 2. 3.
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2003-03-02 18:15:03 UTC
Fixed, thanks.