forked from Lainports/freebsd-ports
devel/liboil: drop ELFv1 support
This commit is contained in:
parent
5f48a463f2
commit
14d071618e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue