From a7caa09cefdf69a0eee4552b525128358c2ca186 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 4 Feb 2024 10:27:17 -0800 Subject: biology/metaeuk: Broken on powerpc64le Reported by: fallout --- biology/metaeuk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile index c165e0aa717f..4799c0202787 100644 --- a/biology/metaeuk/Makefile +++ b/biology/metaeuk/Makefile @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE.md NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # 32-bit platforms produce wrong results based on https://github.com/soedinglab/metaeuk/issues/85#issuecomment-1888379107 NOT_FOR_ARCHS+= powerpc64 # many modules produce wrong results on big-endian architectures +BROKEN_powerpc64le= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276268 BUILD_DEPENDS= xxd:editors/vim TEST_DEPENDS= bash:shells/bash -- cgit v1.2.3