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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a3ccf2b546ff6380dabb9e1aaf375a9c6d025475">https://github.com/macports/macports-ports/commit/a3ccf2b546ff6380dabb9e1aaf375a9c6d025475</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 a3ccf2b546f fluidsynth: set C++11 standard
</span>a3ccf2b546f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a3ccf2b546ff6380dabb9e1aaf375a9c6d025475
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Mon Oct 16 09:21:28 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    fluidsynth: set C++11 standard
</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/68458
</span>---
 multimedia/fluidsynth/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/fluidsynth/Portfile b/multimedia/fluidsynth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a33f0b2a1ed..b8991901145 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/fluidsynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/fluidsynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,6 +39,9 @@ depends_lib-append \
</span> 
 depends_run-append  port:generaluser-soundfont
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/68458
</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> # parallel build fails on some arm platforms
 # make[2]: *** read jobs pipe: Resource temporarily unavailable.  Stop.
 use_parallel_build  no
</pre><pre style='margin:0'>

</pre>