Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2022 08:38:43 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: 54bf83cafeb0 - main - audio/artyfx-lv2: Broken on armv6
Message-ID:  <202207220838.26M8chYh039853@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 54bf83cafeb066999012443e58eb753ffd52b615
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-22 08:38:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-22 08:38:15 +0000

    audio/artyfx-lv2: Broken on armv6
    
    Reported by:    fallout
---
 audio/artyfx-lv2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/artyfx-lv2/Makefile b/audio/artyfx-lv2/Makefile
index 082c2b737de2..079d3e6d1df4 100644
--- a/audio/artyfx-lv2/Makefile
+++ b/audio/artyfx-lv2/Makefile
@@ -11,6 +11,8 @@ COMMENT=	ArtyFX plugin bundle
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv6=	error: "NEON support not enabled"
+
 BUILD_DEPENDS=	lv2>0:audio/lv2
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 



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