1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

www/node16: remove ELFv1 support

This commit is contained in:
Piotr Kubaj 2024-01-05 21:44:55 +01:00
parent 029805eab0
commit 82162fd9a3
2 changed files with 0 additions and 4 deletions

View File

@ -86,10 +86,6 @@ PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
.include <bsd.port.pre.mk>
.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi
.endif
.if ${ARCH} == armv6 || ${ARCH} == armv7
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tools_v8__gypfiles_v8.gyp
.endif