<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a03b49f92cb5c90ee6260545df71b6af03c8a164">https://github.com/macports/macports-ports/commit/a03b49f92cb5c90ee6260545df71b6af03c8a164</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 a03b49f CubicSDR: possible fix to building on certain older OSX using Clang/libc++
</span>a03b49f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a03b49f92cb5c90ee6260545df71b6af03c8a164
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Apr 20 06:46:57 2019 -0400
<span style='display:block; white-space:pre;color:#404040;'> CubicSDR: possible fix to building on certain older OSX using Clang/libc++
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Doesn't seem to harm newer OSX nor libstdc++ builds
</span>---
science/CubicSDR/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/CubicSDR/Portfile b/science/CubicSDR/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c9f1bb4..716351d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/CubicSDR/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/CubicSDR/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,9 @@ configure.args-append \
</span> -DCMAKE_BUILD_TYPE=Release \
-DwxWidgets_CONFIG_EXECUTABLE=${wxWidgets.wxconfig}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant hamlib description {Support hamlib for radio control functions} {
depends_lib-append port:hamlib
configure.args-append -DUSE_HAMLIB=1
</pre><pre style='margin:0'>
</pre>