<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/a933e7a9e7ffe4594529a3f7ec21c08266d60728">https://github.com/macports/macports-ports/commit/a933e7a9e7ffe4594529a3f7ec21c08266d60728</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 a933e7a  libvirt: use gnu99 instead of c99
</span>a933e7a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a933e7a9e7ffe4594529a3f7ec21c08266d60728
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Sat Jul 20 09:56:17 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libvirt: use gnu99 instead of c99
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    allows llmv's clang to accept "typeof" keyword
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/58726
</span>---
 sysutils/libvirt/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/libvirt/Portfile b/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd16fda..6f1799d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,9 +100,10 @@ configure.args      --disable-silent-rules \
</span>                     --without-xen-inotify \
                     --with-yajl
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Hopefully work around a hopefully temporary bug that appeared in 5.5.0:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# work around a hopefully temporary bug that appeared in 5.5.0:
</span> # https://bugzilla.redhat.com/show_bug.cgi?id=1728944
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cflags-append -std=c99
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/58726
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cflags-append -std=gnu99
</span> 
 if {![variant_isset openssl]} {
     default_variants +gnutls
</pre><pre style='margin:0'>

</pre>