git: d72b31c7480b - main - devel/highway: remove noop powerpc* knobs

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 13 Aug 2023 14:49:06 UTC
The branch main has been updated by pkubaj:

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

commit d72b31c7480b23979390280c9a70c0ec7150bff6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-13 14:48:05 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-13 14:48:47 +0000

    devel/highway: remove noop powerpc* knobs
---
 devel/highway/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devel/highway/Makefile b/devel/highway/Makefile
index bdd926d2218c..332a642b3de8 100644
--- a/devel/highway/Makefile
+++ b/devel/highway/Makefile
@@ -13,8 +13,6 @@ TEST_DEPENDS=	googletest>0:devel/googletest
 USES=		cmake:testing compiler:c++11-lib
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
-CFLAGS_powerpc64=	-DHWY_DISABLE_PPC8_CRYPTO
-CFLAGS_powerpc=	-DHWY_DISABLE_PPC8_CRYPTO
 CMAKE_ON=	BUILD_SHARED_LIBS HWY_SYSTEM_GTEST
 CMAKE_OFF+=	${CMAKE_TESTING_ON}