[MacPorts] #66344: librsvg fails to compile for multiple issues on Leopard
MacPorts
noreply at macports.org
Fri Nov 25 13:01:30 UTC 2022
#66344: librsvg fails to compile for multiple issues on Leopard
-----------------------+----------------------------
Reporter: rmottola | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: leopard legacy
Port: librsvg |
-----------------------+----------------------------
Comment (by rmottola):
For the invalid nm argument, I followed a classic trick by @kencu
{{{
if {${os.platform} eq "darwin" && ${os.major} < 10} {
depends_build-append port:cctools
configure.env-append NM=${prefix}/bin/nm
configure.args-append lt_cv_path_NM=${prefix}/bin/nm
}
}}}
as cited e.g. in https://trac.macports.org/ticket/60282
--
Ticket URL: <https://trac.macports.org/ticket/66344#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list