diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-19 21:36:35 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-19 21:36:35 -0800 |
commit | 3c7efa466d83280d2e575800bdacae94b4f7b53f (patch) | |
tree | d9ce0b3eed7c140df5bb2d7d9de3d4399cf82466 | |
parent | 9d95da35edc8fb093dce51e0789febe0196a7763 (diff) | |
download | freebsd-ports-3c7efa466d83280d2e575800bdacae94b4f7b53f.zip |
audio/faust: Broken on armv7
Reported by: fallout
-rw-r--r-- | audio/faust/Makefile | 2 |
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 |