Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 696323 Details for
Bug 910182
FTBFS adobe-source-libraries 1.0.43-13
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix for this issue
asl-cmath.patch (text/plain), 1.10 KB, created by
Petr Machata
on 2013-02-11 23:33:15 UTC
(
hide
)
Description:
Fix for this issue
Filename:
MIME Type:
Creator:
Petr Machata
Created:
2013-02-11 23:33:15 UTC
Size:
1.10 KB
patch
obsolete
>diff -up source_release/adobe/cmath.hpp\~ source_release/adobe/cmath.hpp >--- source_release/adobe/cmath.hpp~ 2013-02-11 22:10:38.000000000 +0100 >+++ source_release/adobe/cmath.hpp 2013-02-11 22:41:58.000000000 +0100 >@@ -37,18 +37,8 @@ back to include math.h. This also needs > #define ADOBE_HAS_CPP_CMATH > > #elif __GNUC__ == 4 >-#if (__GNUC_MINOR__ <= 7) || (!(defined(_GLIBCXX_USE_C99_MATH_TR1))) >-// at least Ubuntu 9.x, gcc 4.4.1, still falls into this case >-/* >- The currently supported version of GNUC has C99 extensions in math.h. But no TR1 extensions. >-*/ >-#define ADOBE_HAS_C99_MATH_H >-#include <cmath> >-#else >-#include <tr1/cmath> >- > #define ADOBE_HAS_C99_STD_MATH_H >-#endif >+#include <tr1/cmath> > #endif > > #elif defined(_MSC_VER) >@@ -73,12 +63,12 @@ back to include math.h. This also needs > > namespace adobe { > >-using std::float_t; >-using std::double_t; >+using std::tr1::float_t; >+using std::tr1::double_t; > >-using std::round; >-using std::lround; >-using std::trunc; >+using std::tr1::round; >+using std::tr1::lround; >+using std::tr1::trunc; > > } // namespace adobe > > >Diff finished. Mon Feb 11 22:42:36 2013
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 910182
: 696323