git: ca879a272e6b - 2022Q3 - audio/carla: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 19:49:52 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca879a272e6b0639926c23cb5407598928fb5d55 commit ca879a272e6b0639926c23cb5407598928fb5d55 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-28 19:48:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-28 19:49:46 +0000 audio/carla: Broken on powerpc64le (cherry picked from commit 700d2ad21d6a244f1ddc2f3f4be7b68218144f6c) --- audio/carla/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/carla/Makefile b/audio/carla/Makefile index 758a8787a174..d2f77047a23a 100644 --- a/audio/carla/Makefile +++ b/audio/carla/Makefile @@ -9,6 +9,8 @@ COMMENT= Audio plugin host for Jack and PulseAudio LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/GPL.txt +BROKEN_powerpc64le= fails to build, see https://github.com/falkTX/Carla/issues/1651 + LIB_DEPENDS= liblo.so:audio/liblo \ libsndfile.so:audio/libsndfile RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR}