Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2022 18:15:09 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: 24fe7ad2a080 - main - audio/ssr-lv2: Broken on aarch64
Message-ID:  <202203201815.22KIF96p069152@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=24fe7ad2a080add8969378cab3170031de573b78

commit 24fe7ad2a080add8969378cab3170031de573b78
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-20 18:14:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-20 18:15:07 +0000

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

diff --git a/audio/ssr-lv2/Makefile b/audio/ssr-lv2/Makefile
index a0dd5da73c44..09f97d08b339 100644
--- a/audio/ssr-lv2/Makefile
+++ b/audio/ssr-lv2/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Sympathetic string resonator LV2 plugin
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	fatal error: 'linux/auxvec.h' file not found
+
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		bash:shells/bash
 LIB_DEPENDS=	libjack.so:audio/jack



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