#16728: Error Installing exiv2 ---------------------------------+------------------------------------------ Reporter: jsnodgra@umich.edu | Owner: tcurdt@vafer.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: exiv2 | ---------------------------------+------------------------------------------ Comment(by afb@macports.org): Replying to [comment:16 blb@…]:
Could be the same bug as noticed in #15109?
It's related, but not the same. In the other bug, it failed to link due to too old MDT. In this bug, it is libtool that guess wrong due to too old MDT... You can use the global variable macosx_deployment_target instead of setting environment, like in the generic workaround: {{{ platform darwin 7 { macosx_deployment_target 10.3 } platform darwin 8 { macosx_deployment_target 10.4 } platform darwin 9 { macosx_deployment_target 10.5 } }}} Should be fixed in base trunk. -- Ticket URL: <http://trac.macports.org/ticket/16728#comment:18> MacPorts <http://www.macports.org/> Ports system for Mac OS