Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 20:03:29 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: ac70bb6178ca - main - audio/littlefly-lv2: Broken on riscv64
Message-ID:  <202207212003.26LK3TGd021358@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=ac70bb6178cac956d0f78b4711c26b9463f36707

commit ac70bb6178cac956d0f78b4711c26b9463f36707
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 20:03:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 20:03:07 +0000

    audio/littlefly-lv2: Broken on riscv64
    
    Reported by:    fallout
---
 audio/littlefly-lv2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/littlefly-lv2/Makefile b/audio/littlefly-lv2/Makefile
index 8501f4ccb82b..b1d21c266428 100644
--- a/audio/littlefly-lv2/Makefile
+++ b/audio/littlefly-lv2/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Overdrive/distortion pedal simulation LV2 plugin
 LICENSE=	BSD0CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_riscv64=	ld: error: ../libxputty/libxputty/libxputty.a(knob.o): cannot link object files with different floating-point ABI
+
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
 USES=		compiler:c11 gmake gnome localbase pkgconfig xorg



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