Created attachment 204046 [details] patch https://github.com/nodejs/node/commit/7b48713334469818661fe276cf571de9c7899f2d broke powerpc64 (big-endian). Replace the check for AIX with check for big-endian PPC64 to fix build. Upstreaming this is in progress.
Created attachment 204069 [details] v2 Also add registers for powerpc64.
A commit references this bug: Author: bhughes Date: Wed May 8 18:41:05 UTC 2019 New revision: 501035 URL: https://svnweb.freebsd.org/changeset/ports/501035 Log: www/node: fix build on powerpc64 Upstream broke powerpc64 big-endian. Replace the check for AIX with check for big-endian PPC64 to fix the build. PR: 237586 Submitted by: pkubaj Sponsored by: Miles AS Changes: head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc head/www/node/files/patch-deps_v8_src_simulator.h
Committed, thanks! :)