Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 21:04:38 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80311fffd001 - main - games/arx-libertatis: drop support for ELFv1
Message-ID:  <202401052104.405L4cFr011959@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401052104.405L4cFr011959>