[MacPorts] #58834: gimp nm issues on 10.5
MacPorts
noreply at macports.org
Tue Apr 7 15:07:19 UTC 2020
#58834: gimp nm issues on 10.5
-----------------------+----------------------
Reporter: rmottola | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: leopard
Port: gimp2 |
-----------------------+----------------------
Comment (by rmottola):
I noticed what we already have this hack for gimp2:
{{{
if {[vercmp $xcodeversion 4.3] < 0 && [string match "*macports*"
${configure.compiler}]} {
# Xcode 4.2 fails with load commands in the newer toolchain
depends_build-append port:cctools
configure.env-append \
AR=${prefix}/bin/ar \
RANLIB=${prefix}/bin/ranlib
}
}}}
so the other hack for NM is not that out of place, maybe these thigns can
be streamlined though.
--
Ticket URL: <https://trac.macports.org/ticket/58834#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list