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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f29a02ad878b1f471b609b65c712d49fedc72e7d">https://github.com/macports/macports-ports/commit/f29a02ad878b1f471b609b65c712d49fedc72e7d</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 f29a02ad878 macvim: specify arch for Xcode12+
</span>f29a02ad878 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f29a02ad878b1f471b609b65c712d49fedc72e7d
</span>Author: Mikhail Komarov <nemo@nil.foundation>
AuthorDate: Mon Jan 18 08:25:56 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    macvim: specify arch for Xcode12+
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Xcode 12.0.1 (12A7300) on macOS 10.15.6 (19G2021), which has arm64 architecture enabled by default.
</span>---
 editors/MacVim/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/MacVim/Portfile b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9bed3a72214..91f39d783e4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,8 +78,9 @@ configure.args      --enable-gui=macvim \
</span> # Old pre-compiled headers could influence build, #26723
 build.args          XCODEFLAGS="CACHE_ROOT=${workpath}/caches"
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# this port does not build with the new xcode build system at present
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[vercmp ${xcodeversion} 10.0] >= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[vercmp ${xcodeversion} 12.0] >= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.args    XCODEFLAGS="CACHE_ROOT=${workpath}/caches -UseNewBuildSystem=NO MACOSX_DEPLOYMENT_TARGET=${macosx_deployment_target} ARCHS=${configure.build_arch}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+} elseif {[vercmp ${xcodeversion} 10.0] >= 0} {
</span>     build.args    XCODEFLAGS="CACHE_ROOT=${workpath}/caches -UseNewBuildSystem=NO MACOSX_DEPLOYMENT_TARGET=${macosx_deployment_target}"
 }
 
</pre><pre style='margin:0'>

</pre>