<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e0c85c87d3227dbd2bde1229415d670e9b1a2db8">https://github.com/macports/macports-ports/commit/e0c85c87d3227dbd2bde1229415d670e9b1a2db8</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 e0c85c8  inkscape: explicitly disable openmp support
</span>e0c85c8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e0c85c87d3227dbd2bde1229415d670e9b1a2db8
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Dec 7 11:05:19 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    inkscape: explicitly disable openmp support
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Build fix for 10.8 and possibly earlier.
</span>---
 graphics/inkscape/Portfile | 1 +
 1 file changed, 1 insertion(+)

<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 23ba5c7..34fc892 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;'>@@ -101,6 +101,7 @@ configure.args      --without-gnome-vfs \
</span>                     --enable-lcms \
                     --enable-poppler-cairo \
                     --enable-dbusapi \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-openmp \
</span>                     --disable-silent-rules \
                     --disable-strict-build
 
</pre><pre style='margin:0'>

</pre>