<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/1297d6c3433284cbaefe20a5d411a24118f95606">https://github.com/macports/macports-ports/commit/1297d6c3433284cbaefe20a5d411a24118f95606</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 1297d6c3433 fortran-stdlib: fix build on 10.7
</span>1297d6c3433 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1297d6c3433284cbaefe20a5d411a24118f95606
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Fri Feb 24 05:01:22 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    fortran-stdlib: fix build on 10.7
</span>---
 lang/fortran-stdlib/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/fortran-stdlib/Portfile b/lang/fortran-stdlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 291e5194c3e..46045994f50 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/fortran-stdlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/fortran-stdlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,7 +42,7 @@ patchfiles          0001-Check-for-equality-between-Fortran-and-C-logicals.patch
</span> 
 compilers.setup require_fortran
 compiler.blacklist-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    {*gcc-[34].*} {macports-gcc-[58]}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {*gcc-[34].*} {macports-gcc-[58]} {clang < 500}
</span> 
 configure.args-append \
                     -DPython_EXECUTABLE=${prefix}/bin/python${py_ver} \
</pre><pre style='margin:0'>

</pre>