From 1b54b47a24d0b8aa221b69be387d9d18c38cf1b5 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 14 Jul 2022 22:55:12 -0700 Subject: audio/surge-synthesizer-xt-lv2: Not for riscv64 Reported by: fallout (cherry picked from commit b0ab67157fc836d9daae4753cc2629f83a6438ac) --- audio/surge-synthesizer-xt-lv2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/surge-synthesizer-xt-lv2/Makefile b/audio/surge-synthesizer-xt-lv2/Makefile index cbe2e152c3c1..bb7263e01567 100644 --- a/audio/surge-synthesizer-xt-lv2/Makefile +++ b/audio/surge-synthesizer-xt-lv2/Makefile @@ -10,6 +10,9 @@ COMMENT= Surge Synthesizer (XT) LV2 and VST plug-in LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= riscv64 # see https://github.com/surge-synthesizer/surge/issues/6363 +NOT_FOR_ARCHS_REASON= simde doesn't support riscv64 + BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \ ${LOCALBASE}/include/simde/simde-common.h:devel/simde \ -- cgit v1.2.3