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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a0ea0bcdcf7beff109c9c7a9040a306ac85f8212">https://github.com/macports/macports-ports/commit/a0ea0bcdcf7beff109c9c7a9040a306ac85f8212</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 a0ea0bc  php-mysql-xdevapi: Blacklist clang < 602
</span>a0ea0bc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a0ea0bcdcf7beff109c9c7a9040a306ac85f8212
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Dec 22 09:14:23 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    php-mysql-xdevapi: Blacklist clang < 602
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-base/pull/162
</span>---
 php/php-mysql-xdevapi/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-mysql-xdevapi/Portfile b/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8931817..c305c1d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,9 @@ if {${name} ne ${subport}} {
</span> 
     # C++14
     compiler.cxx_standard   2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Work around C++14 compiler selection bug
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # See https://github.com/macports/macports-base/pull/162
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append {clang < 602}
</span> 
     configure.args      --with-boost=${prefix}/include
 }
</pre><pre style='margin:0'>

</pre>