git: a81e1987c5d4 - main - math/sleef: remove not needed CFLAGS_powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 22 Apr 2022 15:51:25 UTC
The branch main has been updated by pkubaj:

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

commit a81e1987c5d49106a769fd83ddef034ab763574f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-22 15:37:38 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-22 15:37:38 +0000

    math/sleef: remove not needed CFLAGS_powerpc64
---
 math/sleef/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/math/sleef/Makefile b/math/sleef/Makefile
index 4b380b603f18..b65c72d541ad 100644
--- a/math/sleef/Makefile
+++ b/math/sleef/Makefile
@@ -17,8 +17,6 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	shibatch
 
-CFLAGS_powerpc64=	-mpower8-vector
-
 .include <bsd.port.options.mk>
 
 .if ${ARCH:Mpowerpc64*} || ${ARCH:Marmv?}