[113785] trunk/dports/lang
Ryan Schmidt
ryandesign at macports.org
Sat Nov 23 11:57:28 PST 2013
On Nov 23, 2013, at 10:52, cal at macports.org wrote:
> Revision
> 113785
> Author
> cal at macports.org
> Date
> 2013-11-23 08:52:05 -0800 (Sat, 23 Nov 2013)
> Log Message
>
> mozjs17: new port, closes #40614
> +if {[info exists configure.cxx_stdlib]} {
> + # The build sets the deployment target to < 10.7, which causes
> + # -stdlib=libc++ to fail
> + configure.cxx_stdlib libstdc++
> +} elseif {[string match *clang* ${configure.compiler}]} {
> + configure.cxxflags-append -stdlib=libstdc++
> +}
Will this cause problems for other ports that want to link with mozjs17?
I would rather fix the build so it obeys ${macosx_deployment_target}.
More information about the macports-dev
mailing list