Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2022 02:10:25 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: f5762a96f30b - main - audio/dexed: Broken on aarch64
Message-ID:  <202205200210.24K2APCl022826@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=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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205200210.24K2APCl022826>