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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/71236dc7c3c3d5240b17d01641a5d1dacbead8d2">https://github.com/macports/macports-ports/commit/71236dc7c3c3d5240b17d01641a5d1dacbead8d2</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 71236dc7c3c octave-audio: Quote configure.env correctly
</span>71236dc7c3c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 71236dc7c3c3d5240b17d01641a5d1dacbead8d2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Nov 23 09:19:20 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    octave-audio: Quote configure.env correctly
</span>---
 math/octave-audio/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave-audio/Portfile b/math/octave-audio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f2679733fb..cb9750a9c2f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave-audio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave-audio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,6 +17,6 @@ checksums           rmd160  053b32a1d75a7bfb00c91f836b3ce8694bf48ea5 \
</span>                     size    356449
 
 configure.env-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    RTMIDI_CFLAGS=-pthread -D__UNIX_JACK__ -D__MACOSX_CORE__ -I${prefix}/include/rtmidi
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    "RTMIDI_CFLAGS=-pthread -D__UNIX_JACK__ -D__MACOSX_CORE__ -I${prefix}/include/rtmidi"
</span> 
 depends_lib         port:rtmidi
</pre><pre style='margin:0'>

</pre>