git: 3d7d701122b2 - main - lang/odin: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 04 Mar 2025 08:01:06 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d7d701122b2bd8520da73cf8222163084e0ab97

commit 3d7d701122b2bd8520da73cf8222163084e0ab97
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-04 08:00:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-04 08:01:03 +0000

    lang/odin: Broken on armv7
    
    Reported by:    fallout
---
 lang/odin/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/odin/Makefile b/lang/odin/Makefile
index bd88c49283eb..f8d83e341579 100644
--- a/lang/odin/Makefile
+++ b/lang/odin/Makefile
@@ -12,6 +12,7 @@ WWW=		https://odin-lang.org \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails:  use of undeclared identifier 'LLVMInitializeWebAssemblyTargetInfo'
 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