git: 578343456352 - main - science/dirac: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 27 Apr 2024 07:53:11 UTC
The branch main has been updated by yuri:

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

commit 578343456352ae57380253edf6e3b1212bc11265
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-27 07:40:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-27 07:53:00 +0000

    science/dirac: Broken on i386
    
    Reported by:    fallout
---
 science/dirac/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/dirac/Makefile b/science/dirac/Makefile
index ba9e9416ebf9..8e45f51f7850 100644
--- a/science/dirac/Makefile
+++ b/science/dirac/Makefile
@@ -14,6 +14,7 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_armv7=		compilation fails: Error: Old-style type declaration REAL*16 not supported at (1)
+BROKEN_i386=		compilation fails: Error: Type mismatch in argument 'lu' at (1); passed INTEGER(8) to INTEGER(4) (and similar)
 BROKEN_powerpc64=	compilation fails: Error: Old-style type declaration REAL*16 not supported at (1)
 BROKEN_powerpc64le=	compilation fails: Error: Old-style type declaration REAL*16 not supported at (1)