git: 43251ef42e11 - main - math/z3: Mark BROKEN on i386

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 27 Feb 2024 14:47:13 UTC
The branch main has been updated by arrowd:

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

commit 43251ef42e11660c6cd0c76afd89830777ba6337
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-02-27 14:45:54 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-02-27 14:46:19 +0000

    math/z3: Mark BROKEN on i386
    
    Reported by:    pkg-fallout
---
 math/z3/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/z3/Makefile b/math/z3/Makefile
index 621b39118daf..f716e2716d9e 100644
--- a/math/z3/Makefile
+++ b/math/z3/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/Z3Prover/z3
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	unknown flag -msimd128
+
 USES=		compiler:c++11-lang python:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	Z3Prover