aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-20 05:36:35 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-20 05:37:19 +0000
commit9aa0475288754d9e66fb874004343aa464106457 (patch)
treef68ab44be701a637798ede5b249bb58ae22f2a02 /audio
parent65c6449a24c27cfa4a0f17b56b7400d720ef931e (diff)
downloadports-9aa0475288754d9e66fb874004343aa464106457.tar.gz
ports-9aa0475288754d9e66fb874004343aa464106457.zip
audio/faust: Broken on armv7
Reported by: fallout (cherry picked from commit 3c7efa466d83280d2e575800bdacae94b4f7b53f)
Diffstat (limited to 'audio')
-rw-r--r--audio/faust/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/faust/Makefile b/audio/faust/Makefile
index a732ea66bf9d..522bc4d47d8d 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