<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c84074404db5b9b20079935de93d844692ba9112">https://github.com/macports/macports-ports/commit/c84074404db5b9b20079935de93d844692ba9112</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 c84074404db libqalculate: fix build on macOS 10.8-10.11
</span>c84074404db is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c84074404db5b9b20079935de93d844692ba9112
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Mon Sep 28 18:20:32 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libqalculate: fix build on macOS 10.8-10.11
</span>---
 math/libqalculate/Portfile | 4 ++++
 1 file changed, 4 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 abf8a10676b..e7b813ea376 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;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        qalculate libqalculate 3.13.0 v
 revision            0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +57,9 @@ depends_lib-append \
</span> compiler.cxx_standard 2011
 configure.cxxflags-append -std=c++11
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: variable length array of non-POD element type 'Number'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 802}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patch {
     reinplace "s|libtoolize|glibtoolize|g" ${worksrcpath}/autogen.sh
 }
</pre><pre style='margin:0'>

</pre>