git: fd8d1a6ce7b6 - main - comms/flrig: remove ELFv1 support

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 03 Jan 2024 14:10:13 UTC
The branch main has been updated by pkubaj:

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

commit fd8d1a6ce7b690d0e1793fc3cce479d46338c283
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-02 13:44:31 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-03 14:09:33 +0000

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

diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile
index 41cd61f1a188..1d2863c4ecde 100644
--- a/comms/flrig/Makefile
+++ b/comms/flrig/Makefile
@@ -28,10 +28,4 @@ OPTIONS_DEFINE=	NATIVE
 NATIVE_CONFIGURE_ON+=	--enable-optimizations=native
 NATIVE_CONFIGURE_OFF+=	--enable-optimizations=none
 
-.include <bsd.port.pre.mk>
-
-.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
-CFLAGS+=	-mminimal-toc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>