<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ddc74ac083f5d968911e362660fc345c32487e95">https://github.com/macports/macports-ports/commit/ddc74ac083f5d968911e362660fc345c32487e95</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new ddc74ac inkscape: Blacklist older compilers to allow building on Lion
</span>ddc74ac is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ddc74ac083f5d968911e362660fc345c32487e95
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Tue Dec 26 09:31:54 2017 -0800
<span style='display:block; white-space:pre;color:#404040;'> inkscape: Blacklist older compilers to allow building on Lion
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
graphics/inkscape/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape/Portfile b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2121b8f..4dfade5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
name inkscape
conflicts inkscape-devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,6 +93,9 @@ configure.cppflags-append \
</span> -I${worksrcpath}/src/extension/script
platform darwin {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # clang-425.0.28 cannot handle glibmm's headers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.blacklist-append {clang < 500} gcc-4.0 *gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {[string match "*clang*" ${configure.compiler}]} {
if {${configure.cxx_stdlib} eq "libstdc++"} {
configure.cxxflags-append -std=c++98
</pre><pre style='margin:0'>
</pre>