1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

games/arx-libertatis: drop support for ELFv1

This commit is contained in:
Piotr Kubaj 2024-01-03 23:04:41 +01:00
parent 494e26ffd9
commit 80311fffd0

View File

@ -40,12 +40,6 @@ PORTDATA= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
CFLAGS+= -mminimal-toc
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/CMakeLists.txt ${WRKSRC}/cmake/*.cmake
@ -56,4 +50,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.post.mk>
.include <bsd.port.mk>