git: 97db5d536706 - main - biology/fermi-lite: enable on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 29 Jan 2025 16:57:55 UTC
The branch main has been updated by pkubaj:

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

commit 97db5d5367064298d123e6367f02ea9d424113f6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-23 18:19:56 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-29 16:56:29 +0000

    biology/fermi-lite: enable on powerpc64le
---
 biology/fermi-lite/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biology/fermi-lite/Makefile b/biology/fermi-lite/Makefile
index 7adfe12a1c80..3337f9cd39e8 100644
--- a/biology/fermi-lite/Makefile
+++ b/biology/fermi-lite/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/lh3/fermi-lite
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-ONLY_FOR_ARCHS=		aarch64 amd64 armv7 i386
+ONLY_FOR_ARCHS=		aarch64 amd64 armv7 i386 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Use of the <emmintrin.h> header in ksw.c which is only for SSE2
 
 armv7_BUILD_DEPENDS=	${LOCALBASE}/include/sse2neon.h:devel/sse2neon
@@ -25,7 +25,7 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	lh3
 
-CFLAGS_powerpc64le=	-DNO_WARN_X86_INTRINSICS # not sure if it was really ever built on powerpc64le
+CFLAGS_powerpc64le=	-DNO_WARN_X86_INTRINSICS # not sure if it was really ever built on powerpc64le - from pkubaj: yes, it builds
 CFLAGS_i386=	-msse2
 MAKE_ARGS=	CFLAGS="${CFLAGS}"