Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2022 08:39:15 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 9cee4cd69296 - 2022Q3 - audio/artyfx-lv2: Broken on armv6
Message-ID:  <202207220839.26M8dFrw040017@gitrepo.freebsd.org>

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

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

commit 9cee4cd69296b4d8cbbeb6293c9e8c32067ce22c
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:39:08 +0000

    audio/artyfx-lv2: Broken on armv6
    
    Reported by:    fallout
    
    (cherry picked from commit 54bf83cafeb066999012443e58eb753ffd52b615)
---
 audio/artyfx-lv2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/artyfx-lv2/Makefile b/audio/artyfx-lv2/Makefile
index 9e37ecf74d76..723190aabdcf 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?202207220839.26M8dFrw040017>