<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a3373848f123fae8e94078926068ba47525be956">https://github.com/macports/macports-ports/commit/a3373848f123fae8e94078926068ba47525be956</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 a3373848f12 libcmatrix: set C standard to fix compiler choice
</span>a3373848f12 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a3373848f123fae8e94078926068ba47525be956
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sat Nov 16 00:46:47 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> libcmatrix: set C standard to fix compiler choice
</span>---
devel/libcmatrix/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libcmatrix/Portfile b/devel/libcmatrix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 33c52241987..a9479ecede2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libcmatrix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libcmatrix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,8 +40,8 @@ depends_lib-append port:gettext-runtime \
</span> # ld: malformed 32-bit x.y.z version number: 0u
patchfiles-append patch-fix-dylib-ver.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- *gcc-4.0 *gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Build uses gnu18 standard.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2017
</span>
configure.args-append \
-Dbuild-examples=false \
</pre><pre style='margin:0'>
</pre>