git: c18f0948f169 - main - audio/ssr-lv2: Add ONLY_FOR_ARCHS

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