[112658] trunk/dports/graphics/inkscape-devel
Ryan Schmidt
ryandesign at macports.org
Sun Dec 1 20:34:21 PST 2013
On Oct 28, 2013, at 18:07, devans at macports.org wrote:
> Revision
> 112658
> Author
> devans at macports.org
> Date
> 2013-10-28 16:07:21 -0700 (Mon, 28 Oct 2013)
> Log Message
>
> inkscape-devel: update to bzr 12742, patch for c++11/libc++ compatibility, builds with Mavericks.
> Modified Paths
>
> • trunk/dports/graphics/inkscape-devel/Portfile
> +if {${configure.compiler} == "clang"} {
> + configure.cxxflags-append -std=c++11
> +}
What about when the compiler is e.g. “macports-clang-3.3”? It probably needs that flag too. Generally you should identify clang using `[string match *clang* ${configure.compiler}]`.
More information about the macports-dev
mailing list