<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/7ad617e09b35f3df08fbfae857926282a87e5fea">https://github.com/macports/macports-ports/commit/7ad617e09b35f3df08fbfae857926282a87e5fea</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 7ad617e09b3 libofx: set cxx_sstandard 2011, fix build on <10.7
</span>7ad617e09b3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7ad617e09b35f3df08fbfae857926282a87e5fea
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Apr 25 18:17:41 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    libofx: set cxx_sstandard 2011, fix build on <10.7
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/67302
</span>---
 devel/libofx/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libofx/Portfile b/devel/libofx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index af744e8ad59..4b1c996ea1f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libofx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libofx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +27,9 @@ checksums               rmd160  9c59a15769438a613dfc250e21be129d30cdaba8 \
</span> depends_build-append    port:pkgconfig
 depends_lib-append      port:opensp
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/67302
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_autoreconf          yes
 configure.args          --with-opensp-includes=${prefix}/include/OpenSP \
                         --with-opensp-libs=${prefix}/lib
</pre><pre style='margin:0'>

</pre>