<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4a534808a1de1e58c002cd6b8d3c5a72ee761b67">https://github.com/macports/macports-ports/commit/4a534808a1de1e58c002cd6b8d3c5a72ee761b67</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 4a53480  libraw: use configure arg to turn off openmp
</span>4a53480 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4a534808a1de1e58c002cd6b8d3c5a72ee761b67
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Nov 10 21:19:37 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    libraw: use configure arg to turn off openmp
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    I missed this arg first time through
</span>---
 graphics/libraw/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libraw/Portfile b/graphics/libraw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 43b6798..64099dd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libraw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libraw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ depends_lib         port:jasper \
</span>                     port:lcms2
 
 # disable openmp as it is not consistently applicable in MacPorts at present
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.env-append ax_cv_c_openmp=
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append --disable-openmp
</span> 
 # don't hardcode a link against libstc++
 patchfiles-append   patch-libraw-no-libstdcxx.diff
</pre><pre style='margin:0'>

</pre>