git: 00c8d7ca04ad - main - math/flexfloat: remove not necessary CFLAGS_powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 22:22:44 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=00c8d7ca04ad07156c761ea926c931b6a8d1e71d commit 00c8d7ca04ad07156c761ea926c931b6a8d1e71d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-09-16 21:02:31 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-09-16 21:02:31 +0000 math/flexfloat: remove not necessary CFLAGS_powerpc64 --- math/flexfloat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/flexfloat/Makefile b/math/flexfloat/Makefile index bb489a5d7c13..2dc047ce1754 100644 --- a/math/flexfloat/Makefile +++ b/math/flexfloat/Makefile @@ -1,5 +1,6 @@ PORTNAME= flexfloat DISTVERSION= g20220606 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -19,7 +20,6 @@ USE_GITHUB= yes GH_ACCOUNT= oprecomp GH_TAGNAME= ac67200de13ed9584500832a2d38a29c79331c1c -CFLAGS_powerpc64= -mfloat128 -mvsx CFLAGS_powerpc= -mfloat128 -mvsx CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES