git: 3d71ab0cb88f - main - audio/surge-synthesizer-lv2: Broken on riscv64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 14 Jul 2022 20:18:01 UTC
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 \