git: 80311fffd001 - main - games/arx-libertatis: drop support for ELFv1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 21:04:38 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=80311fffd00193935b35fe275432150d0a394198 commit 80311fffd00193935b35fe275432150d0a394198 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-01-03 22:04:41 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-01-05 21:00:49 +0000 games/arx-libertatis: drop support for ELFv1 --- games/arx-libertatis/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index 15f08ad61abc..369d77843040 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -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>