git: a4ee0c0c3611 - main - science/trilinos: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 10 Jul 2022 23:51:20 UTC
The branch main has been updated by yuri:

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

commit a4ee0c0c361106d1b67cb7b697d5b02c60097c80
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-10 23:50:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-10 23:51:17 +0000

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

diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index d84adf0749dc..d2a18929e982 100644
--- a/science/trilinos/Makefile
+++ b/science/trilinos/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Solver for multi-physics engineering and scientific problems
 LICENSE=	BSD3CLAUSE LGPL20 # Trilinos is licensed on a per-package basis. Most packages are under a BSD license, some are published under the (L)GPL.
 LICENSE_COMB=	multi
 
+BROKEN_i386=	kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte
+
 BUILD_DEPENDS=	bash:shells/bash \
 		boost-libs>0:devel/boost-libs \
 		swig:devel/swig \