lang/node: work around amd64 xonly issues with USE_NOEXECONLY.

This commit is contained in:
tb 2023-01-21 15:48:25 +00:00
parent 5c459b536e
commit 8de3b6b687

View File

@ -2,6 +2,9 @@ ONLY_FOR_ARCHS = amd64 aarch64 i386 powerpc64 riscv64
DPB_PROPERTIES = parallel
USE_WXNEEDED = Yes
.if ${MACHINE_ARCH} == amd64
USE_NOEXECONLY = Yes
.endif
COMMENT = JavaScript runtime built on Chrome's V8 JavaScript engine