git: f5762a96f30b - main - audio/dexed: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 May 2022 02:10:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5762a96f30b75211b77a5464cffc8c6c979558f commit f5762a96f30b75211b77a5464cffc8c6c979558f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-20 02:00:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-20 02:10:19 +0000 audio/dexed: Broken on aarch64 Reported by: fallout --- audio/dexed/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/dexed/Makefile b/audio/dexed/Makefile index cf4eddd0b6d6..3bc019179bd1 100644 --- a/audio/dexed/Makefile +++ b/audio/dexed/Makefile @@ -12,6 +12,8 @@ COMMENT= DX7 FM multi plaform/multi format plugin LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile due to a seemingly clang issue: https://github.com/llvm/llvm-project/issues/55604 + BUILD_DEPENDS= libX11>0:x11/libX11 \ libXcursor>0:x11/libXcursor \ libXinerama>0:x11/libXinerama \