Searched hist:c712fec4 (Results 1 – 1 of 1) sorted by relevance
/trunk/ext_libraries/coinmp/ |
H A D | coinmp-1.7.6-clang.patch | diff c712fec4 Wed Aug 05 01:13:43 UTC 2015 Pedro Giffuni <pfg@apache.org> Cleanup to fix the build with MacOS X (a commercial FreeBSD derivative) The problem is that clang defines __GNUC__, and __MACH__ is defined on the Mac. Apparently clang on the Mac likes both the typeof(SIG_DFL) and __decltype(SIG_DFL)__ (the latter is what the lastest CoinMP uses on the Mac), but the with the previous version of the patch, both flavors of typedef were defined on the Mac. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1694131 13f79535-47bb-0310-9956-ffa450edef68
|
Completed in 10 milliseconds