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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4a93d5f25cd046efbd06ed201dbb8ca79bcc1a4d">https://github.com/macports/macports-ports/commit/4a93d5f25cd046efbd06ed201dbb8ca79bcc1a4d</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 4a93d5f25cd frotz: fix build on 10.6
</span>4a93d5f25cd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4a93d5f25cd046efbd06ed201dbb8ca79bcc1a4d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Nov 7 16:17:33 2021 +1100

<span style='display:block; white-space:pre;color:#404040;'>    frotz: fix build on 10.6
</span>---
 games/frotz/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/frotz/Portfile b/games/frotz/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e5475346974..1393d2c387a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/frotz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/frotz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,4 +37,8 @@ build.target        curses
</span> 
 destroot.env        {*}${build.env}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} <= 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.env-append    NO_STRDUP=yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # TODO: sound and SDL variants or subports
</pre><pre style='margin:0'>

</pre>