[MacPorts] #58677: legacy support issue while building cmake (Leopard)
MacPorts
noreply at macports.org
Wed Aug 14 06:56:30 UTC 2019
#58677: legacy support issue while building cmake (Leopard)
-----------------------+---------------------------------
Reporter: rmottola | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: leopard i386 legacy
Port: cmake |
-----------------------+---------------------------------
Comment (by rmottola):
The way to get cmake building (tested on both 32bit and 64bit) is this
suggestion (by Ken):
In the portfile in this section:_
{{{
if {!((${os.platform} eq "darwin" && ${os.major} < 10) || ${build_arch} eq
"ppc" || ${build_arch} eq "ppc64")} {
depends_lib-append port:libcxx
configure.cxx_stdlib libc++
}
PortGroup cxx11 1.1
}}}
Change os.major from 10 to 9
--
Ticket URL: <https://trac.macports.org/ticket/58677#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list