git: 2093502a89e6 - 2024Q1 - biology/metaeuk: Broken on i386, armv7, powerpc64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 03:22:25 UTC
The branch 2024Q1 has been updated by yuri:

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

commit 2093502a89e61f17d21c0ee792f708f8a5ea4c07
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 03:21:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 03:22:20 +0000

    biology/metaeuk: Broken on i386, armv7, powerpc64
    
    Reported by:    https://portsfallout.com/
    
    (cherry picked from commit 6ccb05224062f9c6c152f6b0891276c0b72c122e)
---
 biology/metaeuk/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile
index 05e8fbbf0958..877e03a8213f 100644
--- a/biology/metaeuk/Makefile
+++ b/biology/metaeuk/Makefile
@@ -11,6 +11,10 @@ WWW=		https://github.com/soedinglab/metaeuk
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENCE.md
 
+BROKEN_i386=		link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85
+BROKEN_armv7=		link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85
+BROKEN_powerpc64=	link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85
+
 BUILD_DEPENDS=	xxd:editors/vim
 TEST_DEPENDS=	bash:shells/bash