Skip to content

Commit

Permalink
devel/liboil: drop ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 3, 2024
1 parent 5f48a46 commit 14d0716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/liboil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14d0716

Please sign in to comment.