<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/32b1d57b140e6738f126f30910ee88d619b4bc4a">https://github.com/macports/macports-ports/commit/32b1d57b140e6738f126f30910ee88d619b4bc4a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 32b1d57b140e6738f126f30910ee88d619b4bc4a
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sun Feb 5 01:08:27 2023 +0700
<span style='display:block; white-space:pre;color:#404040;'> matrix-calculator: fix build on 10.8–10.9
</span>---
math/matrix-calculator/Portfile | 6 ++++++
1 file changed, 6 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/matrix-calculator/Portfile b/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 230d384aed1..16b17c774f7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/matrix-calculator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup github 1.0
github.setup kalinochkind matrix-calculator 5c5befd313f0522f8b91fa1d6f19a821bc46308e
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +22,11 @@ depends_lib-append port:readline
</span> compiler.c_standard 1999
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Build with Xcode clang fails on 10.8–10.9:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/kalinochkind/matrix-calculator/issues/1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {clang < 602}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-patch {
reinplace "s,/usr/include/readline,${prefix}/include/readline," ${worksrcpath}/CMakeLists.txt
}
</pre><pre style='margin:0'>
</pre>