[MacPorts] #57043: metis @5.1.0 Configure error - build failure snowleopard
MacPorts
noreply at macports.org
Tue Aug 28 02:31:47 UTC 2018
#57043: metis @5.1.0 Configure error - build failure snowleopard
-----------------------------+-------------------------
Reporter: chrisjohgorman | Owner: seanfarley
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.3
Resolution: | Keywords: snowleopard
Port: metis |
-----------------------------+-------------------------
Comment (by kencu):
Looking over my [https://github.com/kencu/SnowLeopardPorts
SnowLeopardPorts repo], it looks like I fixed this port some time ago with
this addition:
{{{
if { ${os.platform} eq "darwin" && ${os.major} <= 10 } {
# no thread_local
patchfiles-delete cmake_tls.patch
patchfiles-delete gkl.patch
patchfiles-delete cmake_gklib_tls.patch
configure.args-append -DHAVE_THREADLOCALSTORAGE=NO
}
}}}
and it built OK with clang with that block in the portfile.
--
Ticket URL: <https://trac.macports.org/ticket/57043#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list