[MacPorts] #32542: Setting configure.compiler to a MacPorts-provided compiler doesn't add dependency automatically
MacPorts
noreply at macports.org
Sun Jan 27 10:48:32 PST 2013
#32542: Setting configure.compiler to a MacPorts-provided compiler doesn't add
dependency automatically
---------------------+--------------------------------
Reporter: cal@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version: 2.0.3
Resolution: | Keywords:
Port: |
---------------------+--------------------------------
Comment (by jeremyhu@…):
I'm just doing this in individual ports until this is solved:
{{{
# TODO: base should do this: http://trac.macports.org/ticket/32542
if {[portconfigure::compiler_is_port ${configure.compiler}]} {
depends_build-append
port:$portconfigure::compiler_name_map(${configure.compiler})
depends_skip_archcheck-append
$portconfigure::compiler_name_map(${configure.compiler})
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/32542#comment:9>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list