Commits
Renee Otten authored a586f787ae3
29 29 | language-specific pre/postprocessing. |
30 30 | |
31 31 | checksums rmd160 91bc4a0a23d9a4daf98abbb9ec83aed2241fdc42 \ |
32 32 | sha256 dacab5fe63875b94538e06f4995ffb8cf35400708f3c333263f7b72e2e5b43de \ |
33 33 | size 11828855 |
34 34 | |
35 35 | compiler.cxx_standard 2011 |
36 36 | |
37 37 | # build fails with "error: thread-local storage is not supported for the current target" |
38 38 | # setting "compiler.thread_local_storage yes" does not work, so for now just use blacklisting |
39 - | compiler.blacklist-append {clang < 700} |
39 + | # See: https://lists.macports.org/pipermail/macports-dev/2019-November/041503.html |
40 + | compiler.blacklist-append {clang < 800} |
40 41 | |
41 42 | depends_lib-append port:gperftools |