Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2024 18:06:59 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a54296ae0ddf - main - audio/surge-synthesizer-xt-lv2: Not for 32-bit architectures
Message-ID:  <202407131806.46DI6xYh024848@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a54296ae0ddf98426735dc963a3789de42d1f923

commit a54296ae0ddf98426735dc963a3789de42d1f923
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-07-13 16:32:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-07-13 18:06:57 +0000

    audio/surge-synthesizer-xt-lv2: Not for 32-bit architectures
    
    Reported by:    fallout
---
 audio/surge-synthesizer-xt-lv2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/surge-synthesizer-xt-lv2/Makefile b/audio/surge-synthesizer-xt-lv2/Makefile
index 773c556fdf67..fbd5d52ec46d 100644
--- a/audio/surge-synthesizer-xt-lv2/Makefile
+++ b/audio/surge-synthesizer-xt-lv2/Makefile
@@ -16,8 +16,8 @@ WWW=		https://surge-synthesizer.github.io/
 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
+NOT_FOR_ARCHS=	armv7 i386 powerpc riscv64 # see https://github.com/surge-synthesizer/surge/issues/6363
+NOT_FOR_ARCHS_REASON=	32 Bit Builds are only available on Windows; simde doesn't support riscv64
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407131806.46DI6xYh024848>