git: 20b07a0049f9 - 2022Q3 - audio/surge-synthesizer-lv2: Broken on riscv64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 14 Jul 2022 20:21:50 UTC
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20b07a0049f91e62a5be92a79295ff6811b9f185

commit 20b07a0049f91e62a5be92a79295ff6811b9f185
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:21:47 +0000

    audio/surge-synthesizer-lv2: Broken on riscv64
    
    Reported by:    fallout
    
    (cherry picked from commit 3d71ab0cb88f0e030311cdb98dc9800088fad64a)
---
 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 \