aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2025-01-23 18:19:56 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2025-01-29 16:56:29 +0000
commit97db5d5367064298d123e6367f02ea9d424113f6 (patch)
tree46ec5796b82437e4ac35d742f54d4cca412f3b1f
parente8880fbe3cbdea4652ebc5f98093c866bfcf5429 (diff)
biology/fermi-lite: enable on powerpc64le
-rw-r--r--biology/fermi-lite/Makefile4
1 files 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}"