git: be8676e45b78 - main - math/pari: remove ELFv1 support

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 05 Jan 2024 21:05:09 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=be8676e45b78fa572ce86515d38e93428dfb3dcb

commit be8676e45b78fa572ce86515d38e93428dfb3dcb
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-05 19:26:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:04:20 +0000

    math/pari: remove ELFv1 support
---
 math/pari/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/math/pari/Makefile b/math/pari/Makefile
index a9606f045e90..f0bc74452dbb 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -54,12 +54,6 @@ PORTDATA=	*
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
-.include <bsd.port.pre.mk>
-
-.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
-CFLAGS+=	-mminimal-toc
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -E '/libpari_base\=/s/-tls|-gmp//' \
 		${WRKSRC}/Configure
@@ -79,4 +73,4 @@ do-test-PTHREADS-on:
 do-test-MPI-on:
 	@cd ${WRKSRC} && ${MAKE_CMD} test-parallel RUNTEST="mpirun -np 3"
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>