www/node18: remove ELFv1 support

This commit is contained in:
Piotr Kubaj 2024-01-05 21:49:07 +01:00
parent 82162fd9a3
commit 336c0f12b9
2 changed files with 0 additions and 4 deletions

View file

@ -72,10 +72,6 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu
CXXFLAGS+= -Wno-error=enum-constexpr-conversion
.endif
.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