<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/0e43d0819d123ddb40f9b27c819fe41b73e91cd2">https://github.com/macports/macports-ports/commit/0e43d0819d123ddb40f9b27c819fe41b73e91cd2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0e43d0819d123ddb40f9b27c819fe41b73e91cd2
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Fri Apr 28 23:39:34 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    mumps: fix build on macOS 10.7
</span>---
 math/mumps/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mumps/Portfile b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05becfe641a..9cbbbcbc28f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,6 +52,10 @@ configure.optflags          -O3
</span> configure.cflags-append     -fPIC
 configure.fflags-append     -fPIC
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode clang of 10.7 fails with error: invalid instruction mnemonic 'cvtsi2ssl'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {clang < 500} *gcc-4.* macports-gcc-5 macports-gcc-6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # when using a non-GCC compiler, avoid:
 #     Undefined symbols for architecture i386:
 #       "___divmoddi4", referenced from:
</pre><pre style='margin:0'>

</pre>