[Webkit-unassigned] [Bug 41953] build fails - MathExtras.h on Solaris

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 04:37:44 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=41953


richard.palo at baou.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard.palo at baou.fr




--- Comment #15 from richard.palo at baou.fr  2013-01-02 04:39:45 PST ---
I believe this latest patch is inappropriate for solaris if GCC is being used.

Perhaps it could better be done by changing:

&& !OS(SOLARIS) 

to 

&& !( OS(SOLARIS) && defined(__SUNPRO_CC) )

or something of this nature.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list