On Nov 23, 2013, at 10:52, [email protected] wrote:

> Revision
> 113785
> Author
> [email protected]
> 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}.

_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to