git: 4bc9a4e5f5c1 - main - audio/gxplugins-lv2: Broken on riscv64

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=4bc9a4e5f5c1711cdbe10ab98a25302683e6ec82

commit 4bc9a4e5f5c1711cdbe10ab98a25302683e6ec82
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 20:00:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 20:00:02 +0000

    audio/gxplugins-lv2: Broken on riscv64
    
    Reported by:    fallout
---
 audio/gxplugins-lv2/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/gxplugins-lv2/Makefile b/audio/gxplugins-lv2/Makefile
index 04f83b33e476..1823230d290c 100644
--- a/audio/gxplugins-lv2/Makefile
+++ b/audio/gxplugins-lv2/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	gxplugins
 DISTVERSION=	0.9
 CATEGORIES=	audio
-PKGNAMESUFFIX=	-lv2
 MASTER_SITES=	https://github.com/brummer10/GxPlugins.lv2/files/6329721/
+PKGNAMESUFFIX=	-lv2
 DISTNAME=	GxPlugins_${DISTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,6 +11,8 @@ COMMENT=	Set of LV2 plugins from the guitarix project
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_riscv64=	ld: error: gui/pedal.o: cannot link object files with different floating-point ABI
+
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
 USES=		compiler:c++11-lang gettext-runtime gmake gnome localbase \