<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a67e084bc3cf513152cccfe27dd9046ca76d9a28">https://github.com/macports/macports-ports/commit/a67e084bc3cf513152cccfe27dd9046ca76d9a28</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 a67e084bc3c usbredir: blacklist old Xcode gcc, fix the build
</span>a67e084bc3c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a67e084bc3cf513152cccfe27dd9046ca76d9a28
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Mon Jul 17 13:37:05 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    usbredir: blacklist old Xcode gcc, fix the build
</span>---
 devel/usbredir/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/usbredir/Portfile b/devel/usbredir/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ff04735aa06..2eb6fe34a67 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/usbredir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/usbredir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,3 +24,9 @@ depends_build       port:pkgconfig
</span> 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     path:lib/pkgconfig/libusb-1.0.pc:libusb
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# filter.c:234: error: ‘for’ loop initial declaration used outside C99 mode
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# But then, passing -std=c99 does not help, it still fails with numerous errors, like:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# usbredirparser.c:590: error: ‘struct usbredirparser_priv’ has no member named ‘header’
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    *gcc-4.0 *gcc-4.2
</span></pre><pre style='margin:0'>

</pre>