Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2022 22:22:44 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00c8d7ca04ad - main - math/flexfloat: remove not necessary CFLAGS_powerpc64
Message-ID:  <202209162222.28GMMiTM075148@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209162222.28GMMiTM075148>