git: 88ba0c3f2fc8 - main - audio/lsp-plugins-lv2: enable on aarch64, armv7 and i386

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 28 Sep 2025 09:31:07 UTC
The branch main has been updated by fuz:

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

commit 88ba0c3f2fc8392d9717466a8189dae0f3dd854f
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-09-25 15:16:59 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-09-28 09:29:34 +0000

    audio/lsp-plugins-lv2: enable on aarch64, armv7 and i386
    
    Builds fine.
    
    Approved by:    portmgr (build fix blanket)
    Event:          EuroBSDcon Devsummit 2025
---
 audio/lsp-plugins-lv2/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/audio/lsp-plugins-lv2/Makefile b/audio/lsp-plugins-lv2/Makefile
index 8da2e22d09b8..744749fe996a 100644
--- a/audio/lsp-plugins-lv2/Makefile
+++ b/audio/lsp-plugins-lv2/Makefile
@@ -13,10 +13,8 @@ WWW=		https://lsp-plug.in/
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	amd64 armv7 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	assembly only for these architectures
-BROKEN_armv7=	arch/arm/neon-d32/copy.h:371:17: error: operand must be an immediate in the range [0,15], see https://github.com/sadko4u/lsp-plugins/issues/266
-BROKEN_i386=	error: inline assembly requires more registers than available, see https://github.com/sadko4u/lsp-plugins/issues/266
 
 BUILD_DEPENDS=	lv2>0:audio/lv2
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \