FreeBSD Bugzilla – Attachment 174170 Details for
Bug 211760
graphics/Coin: Do not require GCC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Coin patch for clang build failure
patch-include__Inventor__C__base__math-undefs.h (text/plain), 506 bytes, created by
Shane
on 2016-08-29 01:01:13 UTC
(
hide
)
Description:
Coin patch for clang build failure
Filename:
MIME Type:
Creator:
Shane
Created:
2016-08-29 01:01:13 UTC
Size:
506 bytes
patch
obsolete
>--- include/Inventor/C/base/math-undefs.h.orig 2010-03-02 23:50:09 UTC >+++ include/Inventor/C/base/math-undefs.h >@@ -40,6 +40,8 @@ > work as intended. 20070518 larsa > */ > >+#ifndef __clang__ >+ > #undef cosf > #define cosf(x) NO_SINGLEPREC /* whatever that'll give us a compile error... */ > #undef sinf >@@ -59,6 +61,8 @@ > #undef atan2f > #define atan2f(x) NO_SINGLEPREC > >+#endif // !__clang__ >+ > /* *********************************************************************** */ > > #endif // !COIN_MATH_UNDEFS_H
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211760
:
173557
|
173560
|
173561
|
173632
|
174161
|
174170
|
174171