git: 6ccb05224062 - main - biology/metaeuk: Broken on i386, armv7, powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 03:22:03 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ccb05224062f9c6c152f6b0891276c0b72c122e commit 6ccb05224062f9c6c152f6b0891276c0b72c122e 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:21:22 +0000 biology/metaeuk: Broken on i386, armv7, powerpc64 Reported by: https://portsfallout.com/ --- 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