aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-21 20:00:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-21 20:00:02 +0000
commit4bc9a4e5f5c1711cdbe10ab98a25302683e6ec82 (patch)
treef1afa2cbe2d7b99c3bdf4e1f2e59deac4271ddea
parent6d820dffc0fe04be6fc82120f9559df6cc2497a4 (diff)
downloadports-4bc9a4e5f5c1711cdbe10ab98a25302683e6ec82.tar.gz
ports-4bc9a4e5f5c1711cdbe10ab98a25302683e6ec82.zip
audio/gxplugins-lv2: Broken on riscv64
Reported by: fallout
-rw-r--r--audio/gxplugins-lv2/Makefile4
1 files changed, 3 insertions, 1 deletions
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 \