git: 869622f53379 - 2022Q3 - audio/ssr-lv2: Add ONLY_FOR_ARCHS

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 20 Jul 2022 02:49:37 UTC
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