diff --git a/www/node21/Makefile b/www/node21/Makefile index 5b0fc6daf501..d0b6b1020e54 100644 --- a/www/node21/Makefile +++ b/www/node21/Makefile @@ -67,10 +67,6 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu .include "Makefile.version" .include -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi -.endif - .if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 CONFIGURE_ARGS+=--openssl-no-asm .endif diff --git a/www/node21/files/extra-patch-common.gypi b/www/node21/files/patch-common.gypi similarity index 100% rename from www/node21/files/extra-patch-common.gypi rename to www/node21/files/patch-common.gypi