[MacPorts] #53144: libmacho @895 fails to build because GCC is not universal variant
MacPorts
noreply at macports.org
Sun Dec 25 09:43:06 CET 2016
#53144: libmacho @895 fails to build because GCC is not universal variant
------------------------+------------------------------
Reporter: ballapete | Owner: jeremyhu
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords: tiger, universal
Port: libmacho |
------------------------+------------------------------
Comment (by jeremyhu):
Specifically, note this comment in the Portfile:
{{{
# Building universal with a ppc slice doesn't work (Tried on Leopard)
if {${build_arch} eq "i386" || ${build_arch} eq "x86_64"} {
supported_archs i386 x86_64
} elseif {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
supported_archs ppc ppc64
}
}}}
If you have a patch, we'll certainly take it, but it's not worth the time
to invest in adding support to that old port.
--
Ticket URL: <https://trac.macports.org/ticket/53144#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list