git: 1f5598e6ae77 - main - math/flexfloat: remove not necessary anymore CFLAGS_powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 22 Sep 2022 11:26:44 UTC
The branch main has been updated by pkubaj:

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

commit 1f5598e6ae77fb309bf18a3d48c76f76edba54e5
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-22 10:13:45 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-22 10:13:45 +0000

    math/flexfloat: remove not necessary anymore CFLAGS_powerpc
---
 math/flexfloat/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile
index 2dc047ce1754..b0d8d2bf86dd 100644
--- a/math/flexfloat/Makefile
+++ b/math/flexfloat/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	flexfloat
 DISTVERSION=	g20220606
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -20,7 +20,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	oprecomp
 GH_TAGNAME=	ac67200de13ed9584500832a2d38a29c79331c1c
 
-CFLAGS_powerpc=	-mfloat128 -mvsx
 CMAKE_OFF=	BUILD_TESTS BUILD_EXAMPLES
 
 PLIST_FILES=	include/flexfloat/flexfloat.h \