aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-20 02:48:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-20 02:48:39 +0000
commitc18f0948f169fe78bcb09e2ae4598dce631e44c2 (patch)
tree552ac9e19a6fdd1adfe96ccd0db2cff8d4952bc9 /audio
parent9c46d558391b2bb68c65e8078925422a8eae4192 (diff)
downloadports-c18f0948f169fe78bcb09e2ae4598dce631e44c2.tar.gz
ports-c18f0948f169fe78bcb09e2ae4598dce631e44c2.zip
audio/ssr-lv2: Add ONLY_FOR_ARCHS
Diffstat (limited to 'audio')
-rw-r--r--audio/ssr-lv2/Makefile2
1 files changed, 1 insertions, 1 deletions
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