git: 402691161ed4 - main - lang/odin: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Feb 2025 17:32:15 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=402691161ed4bd4bb26e091faae8742fd93ac05e commit 402691161ed4bd4bb26e091faae8742fd93ac05e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-24 17:29:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-24 17:32:13 +0000 lang/odin: Broken on i386 Reported by: fallout --- lang/odin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/odin/Makefile b/lang/odin/Makefile index 6585146843e4..bd88c49283eb 100644 --- a/lang/odin/Makefile +++ b/lang/odin/Makefile @@ -12,6 +12,8 @@ WWW= https://odin-lang.org \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: use of undeclared identifier 'LLVMInitializeAArch64TargetInfo', see https://github.com/odin-lang/Odin/issues/4875 + USES= gmake llvm:19,lib python:test USE_GITHUB= yes