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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/39fc439c92e63198d88543a40a221365e2b295ce">https://github.com/macports/macports-ports/commit/39fc439c92e63198d88543a40a221365e2b295ce</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 39fc439  davix: blacklist clang < 900
</span>39fc439 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 39fc439c92e63198d88543a40a221365e2b295ce
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 6 07:13:04 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    davix: blacklist clang < 900
</span>---
 net/davix/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/davix/Portfile b/net/davix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f3ea91..cecc79d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/davix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/davix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,9 @@ depends_lib-append   port:libxml2 \
</span>                      path:lib/libssl.dylib:openssl
 
 compiler.cxx_standard  2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Non-standard support for variabe length arrays is required, which seems to
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# break with Xcode clang on OSX 10.10 and 10.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  {clang < 900}
</span> 
 configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python${py_ver}
 
</pre><pre style='margin:0'>

</pre>