Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2022 20:18:01 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: 3d71ab0cb88f - main - audio/surge-synthesizer-lv2: Broken on riscv64
Message-ID:  <202207142018.26EKI1Ds088808@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=3d71ab0cb88f0e030311cdb98dc9800088fad64a

commit 3d71ab0cb88f0e030311cdb98dc9800088fad64a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-14 20:17:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-14 20:17:35 +0000

    audio/surge-synthesizer-lv2: Broken on riscv64
    
    Reported by:    fallout
---
 audio/surge-synthesizer-lv2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile
index e9ba05a6239b..1ff9af045cb0 100644
--- a/audio/surge-synthesizer-lv2/Makefile
+++ b/audio/surge-synthesizer-lv2/Makefile
@@ -11,6 +11,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	error: use of undeclared identifier '__builtin_ia32_packssdw'
+BROKEN_riscv64=	error: functions that differ only in their return type cannot be overloaded - simde-related, see https://github.com/simd-everywhere/simde/issues/962
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \



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