git: aede1c972596 - main - misc/raja: Broken on i386

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

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

commit aede1c97259625938ef3c09331aaf6a82a6a7506
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-04 16:10:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-04 16:10:39 +0000

    misc/raja: Broken on i386
    
    Reported by:    fallout
---
 misc/raja/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/raja/Makefile b/misc/raja/Makefile
index 024b297f0220..5f8d7377d748 100644
--- a/misc/raja/Makefile
+++ b/misc/raja/Makefile
@@ -11,6 +11,8 @@ WWW=		https://raja.readthedocs.io/en/develop/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: undefined reference: RAJA::TypedIndexSet<RAJA::TypedRangeSegment<int, int>, RAJA::TypedListSegment<int>>::T0_TypeId, see https://github.com/LLNL/RAJA/issues/1936
+
 LIB_DEPENDS=	libcamp.so:devel/camp
 
 USES=		cmake:testing pkgconfig