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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7c62b8c7c6acf873e3915eb5bcfa1a1f27150c4a">https://github.com/macports/macports-ports/commit/7c62b8c7c6acf873e3915eb5bcfa1a1f27150c4a</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 7c62b8c7c6a warzone2100: add legacysupport for macOS <= 10.10
</span>7c62b8c7c6a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7c62b8c7c6acf873e3915eb5bcfa1a1f27150c4a
</span>Author: Jason Liu <jasonliu--@users.noreply.github.com>
AuthorDate: Sat Jan 15 12:24:00 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    warzone2100: add legacysupport for macOS <= 10.10
</span>---
 games/warzone2100/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/warzone2100/Portfile b/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2da3e405c9d..4426249e9d2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,7 @@ if {$subport eq ${name} || $subport eq "${name}-music"} {
</span> }
 if {$subport eq ${name}} {
     PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup           legacysupport 1.1
</span> 
     github.setup        Warzone2100 ${name} 4.2.4
     github.tarball_from releases
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,6 +85,11 @@ if {$subport eq ${name}} {
</span> 
     compiler.cxx_standard   2011
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Fix compile errors on macOS <= 10.10 due to files included from
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    legacysupport.newest_darwin_requires_legacy 14
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    legacysupport.use_mp_libcxx yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     post-patch {
         # Prevent the upstream source from trying to compile these as
         # internal libraries, since we have made them available as
</pre><pre style='margin:0'>

</pre>