Date: Thu, 21 Jul 2022 20:00:58 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 09026274bd8d - 2022Q3 - audio/gxplugins-lv2: Broken on riscv64 Message-ID: <202207212000.26LK0wDK016770@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=09026274bd8dd019dd2ebec29c293dd334925c90 commit 09026274bd8dd019dd2ebec29c293dd334925c90 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:51 +0000 audio/gxplugins-lv2: Broken on riscv64 Reported by: fallout (cherry picked from commit 4bc9a4e5f5c1711cdbe10ab98a25302683e6ec82) --- 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207212000.26LK0wDK016770>