[MacPorts] #44656: wxWidgets-3.0: configure fails on Leopard
MacPorts
noreply at macports.org
Sun Aug 17 17:19:25 PDT 2014
#44656: wxWidgets-3.0: configure fails on Leopard
----------------------------+---------------------
Reporter: takeshi@… | Owner: mojca@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: leopard
Port: wxWidgets-3.0 |
----------------------------+---------------------
Comment (by jeremyhu@…):
That's only relevant for clang. Look in other ports for examples. Many
such ports do things like:
{{{
set cxx_stdlibflags {}
if {[string match *clang* ${configure.cxx}]} {
set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/44656#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list