git: e10acf231e3c - main - lang/lfortran: mark BROKEN on i386 and FreeBSD-12

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Fri, 11 Nov 2022 14:05:15 UTC
The branch main has been updated by thierry:

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

commit e10acf231e3c6091a69edc73e8ccad34592aa963
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-11 14:03:44 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-11 14:05:13 +0000

    lang/lfortran: mark BROKEN on i386 and FreeBSD-12
    
    Reported by:    pkg-fallout
---
 lang/lfortran/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile
index a42b5ca3087b..85439e8ba605 100644
--- a/lang/lfortran/Makefile
+++ b/lang/lfortran/Makefile
@@ -10,6 +10,9 @@ WWW=		https://lfortran.org/
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_FreeBSD_12=	use of undeclared identifier '_Unwind_Backtrace'
+BROKEN_i386=	sizeof(YYSTYPE) != sizeof(Vec<AST::ast_t*>)
+
 BUILD_DEPENDS=	bash:shells/bash		\
 		re2c>0:devel/re2c		\
 		dwarfdump:devel/dwarfdump	\