aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-15 05:55:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-21 20:11:48 +0000
commit1b54b47a24d0b8aa221b69be387d9d18c38cf1b5 (patch)
treed66e2f9ee5ae01655b68b670a4fc76c7f21c6f48
parente9cb7c99a5d36a94aa3d23b20e53106e58093c22 (diff)
downloadports-1b54b47a24d0b8aa221b69be387d9d18c38cf1b5.tar.gz
ports-1b54b47a24d0b8aa221b69be387d9d18c38cf1b5.zip
audio/surge-synthesizer-xt-lv2: Not for riscv64
Reported by: fallout (cherry picked from commit b0ab67157fc836d9daae4753cc2629f83a6438ac)
-rw-r--r--audio/surge-synthesizer-xt-lv2/Makefile3
1 files changed, 3 insertions, 0 deletions
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 \