4 | | Ah ... I bet it also has something to do with that silly {{{-DBROKEN_CLANG_ATOMICS}}} that was added. |
5 | | |
6 | | As I recall, that was only added because the person who got stuck building openssl on their system had an outdated set of command line tools, and couldn't build openssl because of that. |
7 | | |
8 | | That led us down the rabbit hole of chasing the atomics thing, which in fact never needed to be chased at all, because once the command line tools on 10.7 were updated properly to the last version supported by the system, openssl built just fine. |
9 | | |
10 | | But like bowling balls on bowling alleys, stopping the mess was nigh-on impossible once it got going. |
11 | | |
12 | | Let me remove that from the Portfile and see where we go. |
| 4 | Ah ... I bet it also has something to do with that {{{-DBROKEN_CLANG_ATOMICS}}} that was added. |