Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 02:49:37 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: 869622f53379 - 2022Q3 - audio/ssr-lv2: Add ONLY_FOR_ARCHS
Message-ID:  <202207200249.26K2nb3B081473@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=869622f533798af77224e1d7df3d2eb5952730e4

commit 869622f533798af77224e1d7df3d2eb5952730e4
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:49:28 +0000

    audio/ssr-lv2: Add ONLY_FOR_ARCHS
    
    (cherry picked from commit c18f0948f169fe78bcb09e2ae4598dce631e44c2)
---
 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?202207200249.26K2nb3B081473>