<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c63b91cd353137528459cb852ca674519ca159f2">https://github.com/macports/macports-ports/commit/c63b91cd353137528459cb852ca674519ca159f2</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 c63b91cd353 libqalculate: fix segfault during the build
</span>c63b91cd353 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c63b91cd353137528459cb852ca674519ca159f2
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Fri Apr 26 10:08:03 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    libqalculate: fix segfault during the build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63645
</span><span style='display:block; white-space:pre;color:#404040;'>    See also: https://github.com/Qalculate/libqalculate/issues/543
</span>---
 math/libqalculate/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libqalculate/Portfile b/math/libqalculate/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d18f5269e40..79592a3d129 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libqalculate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libqalculate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +57,11 @@ depends_lib-append \
</span> compiler.cxx_standard 2011
 configure.cxxflags-append -std=c++11
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/Qalculate/libqalculate/issues/543
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/63645
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    CXX_FOR_BUILD=${configure.cxx}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # error: variable length array of non-POD element type 'Number'
 compiler.blacklist-append {clang < 802}
 
</pre><pre style='margin:0'>

</pre>