<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/094a5d80aea1b5bfc459bc984bb4380920110791">https://github.com/macports/macports-ports/commit/094a5d80aea1b5bfc459bc984bb4380920110791</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 094a5d80aea appstream-glib: fix the build on <10.7
</span>094a5d80aea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 094a5d80aea1b5bfc459bc984bb4380920110791
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Tue Apr 25 11:58:01 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    appstream-glib: fix the build on <10.7
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/66257
</span>---
 devel/appstream-glib/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/appstream-glib/Portfile b/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8cc44805fe2..c6444799815 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,6 +52,8 @@ post-patch {
</span> }
 
 compiler.c_standard 1999
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/66257
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append *gcc-4.*
</span> 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 if {${universal_possible} && [variant_isset universal]} {
</pre><pre style='margin:0'>

</pre>