Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 02:48:54 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: c18f0948f169 - main - audio/ssr-lv2: Add ONLY_FOR_ARCHS
Message-ID:  <202207200248.26K2msGp081241@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=c18f0948f169fe78bcb09e2ae4598dce631e44c2

commit c18f0948f169fe78bcb09e2ae4598dce631e44c2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 02:48:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 02:48:39 +0000

    audio/ssr-lv2: Add ONLY_FOR_ARCHS
---
 audio/ssr-lv2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/ssr-lv2/Makefile b/audio/ssr-lv2/Makefile
index 09f97d08b339..a438ab704e7e 100644
--- a/audio/ssr-lv2/Makefile
+++ b/audio/ssr-lv2/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Sympathetic string resonator LV2 plugin
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=	fatal error: 'linux/auxvec.h' file not found
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64le powerpc64 powerpc # same as in sysutils/libcpuid because libcpuid is bundled in ssr
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		bash:shells/bash



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