Date: Sat, 20 Jan 2024 05:37:00 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c7efa466d83 - main - audio/faust: Broken on armv7 Message-ID: <202401200537.40K5b0b2044622@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401200537.40K5b0b2044622>