<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/a49fd0a8bf7db0f8f1646d923a1e71b8c10f9873">https://github.com/macports/macports-ports/commit/a49fd0a8bf7db0f8f1646d923a1e71b8c10f9873</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 a49fd0a8bf7 singular: blacklist *gcc-4.*, fix build on <10.7
</span>a49fd0a8bf7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a49fd0a8bf7db0f8f1646d923a1e71b8c10f9873
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Wed Feb 22 02:05:55 2023 +0800
<span style='display:block; white-space:pre;color:#404040;'> singular: blacklist *gcc-4.*, fix 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/65804
</span>---
math/singular/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/singular/Portfile b/math/singular/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 240011326f0..0e8b9af988d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/singular/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/singular/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +28,8 @@ checksums rmd160 cb31233f841d2f51f4c3f098b860228f8eb1241d \
</span> size 13738688
# clang: error: unknown argument: '-fno-delete-null-pointer-checks'
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/65804
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 700} *gcc-4.*
</span>
depends_build-append \
port:autoconf \
</pre><pre style='margin:0'>
</pre>