Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2022 15:51:25 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: a81e1987c5d4 - main - math/sleef: remove not needed CFLAGS_powerpc64
Message-ID:  <202204221551.23MFpPvw021850@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=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?}



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