git: 94d097d66d63 - main - lang/quilc: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 06 Aug 2022 05:22:43 UTC
The branch main has been updated by yuri:

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

commit 94d097d66d63006c92064b63e89a93b322a1d7c8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-06 05:21:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-06 05:22:41 +0000

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

diff --git a/lang/quilc/Makefile b/lang/quilc/Makefile
index fc122461325f..0a5092c68973 100644
--- a/lang/quilc/Makefile
+++ b/lang/quilc/Makefile
@@ -12,6 +12,8 @@ COMMENT=	Optimizing Quil compiler (for quantum computing)
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	mmap: Cannot allocate memory, see https://bugs.launchpad.net/sbcl/+bug/1983744
+
 BUILD_DEPENDS=	sbcl:lang/sbcl \
 		cppzmq>0:net/cppzmq
 LIB_DEPENDS=	libblas.so:math/blas \