<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/5684395bada27da9f6eceebef0a6639297122b1a">https://github.com/macports/macports-ports/commit/5684395bada27da9f6eceebef0a6639297122b1a</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 5684395bada libgcc10: apply genconditions patch unconditionally * Hopefully will fix link-time failures for 10.10 and earlier * See: https://github.com/macports/macports-ports/commit/8fe231e921aea8c4de3f7b6679cd4abcb0d5716b#commitcomment-72954303
</span>5684395bada is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5684395bada27da9f6eceebef0a6639297122b1a
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu May 5 12:14:13 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libgcc10: apply genconditions patch unconditionally
</span><span style='display:block; white-space:pre;color:#404040;'>    * Hopefully will fix link-time failures for 10.10 and earlier
</span><span style='display:block; white-space:pre;color:#404040;'>    * See: https://github.com/macports/macports-ports/commit/8fe231e921aea8c4de3f7b6679cd4abcb0d5716b#commitcomment-72954303
</span>---
 lang/gcc10/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc10/Portfile b/lang/gcc10/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d063f3d0e8d..8670a9b1b89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ patchfiles          patch-fix-libgccjit-soname
</span> 
 patchfiles-append   patch-darwin21-support.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.platform} eq "darwin" && ${os.major} > 19 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.platform} eq "darwin" } {
</span>     # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92061
     patchfiles-append patch-genconditions.diff
 }
</pre><pre style='margin:0'>

</pre>