aboutsummaryrefslogtreecommitdiff
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:36:35 +0000
commit3c7efa466d83280d2e575800bdacae94b4f7b53f (patch)
treed9ce0b3eed7c140df5bb2d7d9de3d4399cf82466
parent9d95da35edc8fb093dce51e0789febe0196a7763 (diff)
downloadports-3c7efa466d83280d2e575800bdacae94b4f7b53f.tar.gz
ports-3c7efa466d83280d2e575800bdacae94b4f7b53f.zip
audio/faust: Broken on armv7
Reported by: fallout
-rw-r--r--audio/faust/Makefile2
1 files changed, 2 insertions, 0 deletions
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