devel/liboil: drop ELFv1 support

This commit is contained in:
Piotr Kubaj 2024-01-02 21:27:50 +01:00
parent 5f48a463f2
commit 14d071618e

View file

@ -22,7 +22,7 @@ CFLAGS:= ${CFLAGS:N-O*} -O2
.include <bsd.port.options.mk>
.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc
.if ${ARCH} == powerpc || ${ARCH} == powerpc64
USES+= compiler:gcc-c++11-lib
.endif