git: 3c7efa466d83 - main - audio/faust: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 20 Jan 2024 05:37:00 UTC
The branch main has been updated by yuri:

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

commit 3c7efa466d83280d2e575800bdacae94b4f7b53f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-20 05:36:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-20 05:36:35 +0000

    audio/faust: Broken on armv7
    
    Reported by:    fallout
---
 audio/faust/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/faust/Makefile b/audio/faust/Makefile
index bb7a5e1ecdda..f4323604e8e3 100644
--- a/audio/faust/Makefile
+++ b/audio/faust/Makefile
@@ -9,6 +9,8 @@ WWW=		https://faust.grame.fr/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+BROKEN_armv7=	compilation broken: the faust executable SEGVs while compiling examples during build: faust -a lv2.cpp -cn amp -I examples examples/amp.dsp -o examples/amp.cpp
+
 LIB_DEPENDS=	libLLVM-${LLVM_VERSION}.so:devel/llvm${LLVM_VERSION}
 RUN_DEPENDS=	bash:shells/bash