<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/3697348fc9c0943335073bbed45464b426c56f3c">https://github.com/macports/macports-ports/commit/3697348fc9c0943335073bbed45464b426c56f3c</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 3697348fc9c nodejs12: add arm64 support
</span>3697348fc9c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3697348fc9c0943335073bbed45464b426c56f3c
</span>Author: Edward Rudd <urkle@outoforder.cc>
AuthorDate: Tue Jan 5 17:23:45 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nodejs12: add arm64 support
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Add support for building nodejs12 on arm64 platforms.
</span>---
 devel/nodejs12/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nodejs12/Portfile b/devel/nodejs12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 569267b04bc..4656dee58be 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nodejs12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nodejs12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,7 +82,7 @@ configure.args-append   --shared-openssl-includes=${prefix}/include/openssl
</span> configure.args-append   --shared-openssl-libpath=${prefix}/lib
 
 # V8 only supports ARM and IA-32 processors
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs         i386 x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs         i386 x86_64 arm64
</span> 
 universal_variant       no
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,6 +99,9 @@ switch $build_arch {
</span>     x86_64 {
         configure.args-append   --dest-cpu=x64
     }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    arm64 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append   --dest-cpu=arm64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
 compiler.blacklist-append {clang < 800}
</pre><pre style='margin:0'>

</pre>