<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/b57131ebb36cbf029a648c18c1c64a9f02a1441c">https://github.com/macports/macports-ports/commit/b57131ebb36cbf029a648c18c1c64a9f02a1441c</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 b57131e libvirt: No longer add -std=gnu99
</span>b57131e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b57131ebb36cbf029a648c18c1c64a9f02a1441c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 20 06:10:24 2019 -0600
<span style='display:block; white-space:pre;color:#404040;'> libvirt: No longer add -std=gnu99
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Upstream now does this already.
</span>---
sysutils/libvirt/Portfile | 5 -----
1 file changed, 5 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 e788c7c..3951958 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;'>@@ -113,11 +113,6 @@ depends_build-append \
</span> configure.args-append \
ac_cv_path_RPCGEN=${prefix}/bin/rpcgen-mt
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# work around a hopefully temporary bug that appeared in 5.5.0:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://bugzilla.redhat.com/show_bug.cgi?id=1728944
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# see https://trac.macports.org/ticket/58726
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cflags-append -std=gnu99
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # As of 5.10.0, disabling dependency tracking causes build failure; see:
# https://bugzilla.redhat.com/show_bug.cgi?id=1783626
# Upstream will not fix this; instead, they will switch to meson.
</pre><pre style='margin:0'>
</pre>