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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/14b05109470f9f1f4df1461a0f49e86b02a81002">https://github.com/macports/macports-ports/commit/14b05109470f9f1f4df1461a0f49e86b02a81002</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 14b05109470 SDRPlusPlus: try to fix filesystem c++17 api
</span>14b05109470 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 14b05109470f9f1f4df1461a0f49e86b02a81002
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Fri Sep 24 10:58:04 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    SDRPlusPlus: try to fix filesystem c++17 api
</span>---
 science/SDRPlusPlus/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/SDRPlusPlus/Portfile b/science/SDRPlusPlus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2192218065d..6e705c0b7d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/SDRPlusPlus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/SDRPlusPlus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +39,7 @@ depends_lib-append \
</span> 
 configure.args-append \
     -DINSTALL_PREFIX=${prefix} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    -DOPT_OVERRIDE_STD_FILESYSTEM=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    -DOPT_OVERRIDE_STD_FILESYSTEM=OFF \
</span>     -DOPT_BUILD_AIRSPY_SOURCE=OFF \
     -DOPT_BUILD_AIRSPYHF_SOURCE=OFF \
     -DOPT_BUILD_SPYSERVER_SOURCE=OFF \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +54,10 @@ configure.args-append \
</span>     -DOPT_BUILD_AUDIO_SINK=ON \
     -DOPT_BUILD_PORTAUDIO_SINK=OFF
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} == 18} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace -DOPT_OVERRIDE_STD_FILESYSTEM=OFF -DOPT_OVERRIDE_STD_FILESYSTEM=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant debug description {Enable debug messages} {
     configure.args-append   \
         -DCMAKE_BUILD_TYPE=Debug \
</pre><pre style='margin:0'>

</pre>