git: b0ab67157fc8 - main - audio/surge-synthesizer-xt-lv2: Not for riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Jul 2022 05:56:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0ab67157fc836d9daae4753cc2629f83a6438ac commit b0ab67157fc836d9daae4753cc2629f83a6438ac Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-15 05:55:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-15 05:55:12 +0000 audio/surge-synthesizer-xt-lv2: Not for riscv64 Reported by: fallout --- 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 \