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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/283a7281e4bcd4a1a66142e548326cdf19503ad0">https://github.com/macports/macports-ports/commit/283a7281e4bcd4a1a66142e548326cdf19503ad0</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 283a728  PothosFlow: require a compiler that supports thread_local storage
</span>283a728 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 283a7281e4bcd4a1a66142e548326cdf19503ad0
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri May 31 11:16:50 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    PothosFlow: require a compiler that supports thread_local storage
</span>---
 science/PothosFlow/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/PothosFlow/Portfile b/science/PothosFlow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bec3336..aab28e1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/PothosFlow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/PothosFlow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +20,9 @@ checksums           rmd160  d52ea68b4a2d58b5566fb8d2c0d186b8559130dc \
</span>                     size    650524
 revision            0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# require a compiler that supports thread_local storage
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append { clang < 800 }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append \
     port:PothosCore \
     port:poco \
</pre><pre style='margin:0'>

</pre>