Skip to content

Commit

Permalink
devel/liboil: fix build on powerpc
Browse files Browse the repository at this point in the history
Same issue as on powerpc64.
  • Loading branch information
pkubaj committed Jun 16, 2021
1 parent b3a2e92 commit 2cbea84
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 @@ -24,7 +24,7 @@ CFLAGS:= ${CFLAGS:N-O*} -O2

.include <bsd.port.options.mk>

.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc
USES+= compiler:gcc-c++11-lib
.endif

Expand Down

0 comments on commit 2cbea84

Please sign in to comment.