From 67c8561377343a86df1411effc7cd507ebc62c3b Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 5 Jan 2024 21:52:59 +0100 Subject: [PATCH] www/node20: remove ELFv1 support --- www/node20/Makefile | 4 ---- .../files/{extra-patch-common.gypi => patch-common.gypi} | 0 2 files changed, 4 deletions(-) rename www/node20/files/{extra-patch-common.gypi => patch-common.gypi} (100%) diff --git a/www/node20/Makefile b/www/node20/Makefile index f23b9ea0e310e..450eacd2335b6 100644 --- a/www/node20/Makefile +++ b/www/node20/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/node20/files/extra-patch-common.gypi b/www/node20/files/patch-common.gypi similarity index 100% rename from www/node20/files/extra-patch-common.gypi rename to www/node20/files/patch-common.gypi