aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-23 14:38:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-23 14:39:20 +0000
commite4628993da10a898cf4ec85afc308f15e4aace17 (patch)
treec7b87f5e1bb91c62e85d7e7d7538eb277eb386cd
parent596de1670719fc94b8164b158ab5c85a65d30ff2 (diff)
downloadports-e4628993da10a898cf4ec85afc308f15e4aace17.tar.gz
ports-e4628993da10a898cf4ec85afc308f15e4aace17.zip
audio/lsp-plugins-lv2: Broken on armv7
Reported by: fallout
-rw-r--r--audio/lsp-plugins-lv2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lsp-plugins-lv2/Makefile b/audio/lsp-plugins-lv2/Makefile
index 9cc54955ee2c..613f718f2740 100644
--- a/audio/lsp-plugins-lv2/Makefile
+++ b/audio/lsp-plugins-lv2/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= assembly only for these architectures
-BROKEN_i386= error: inline assembly requires more registers than available
+BROKEN_armv7= arch/arm/neon-d32/copy.h:371:17: error: operand must be an immediate in the range [0,15], see https://github.com/sadko4u/lsp-plugins/issues/266
+BROKEN_i386= error: inline assembly requires more registers than available, see https://github.com/sadko4u/lsp-plugins/issues/266
BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libfreetype.so:print/freetype2 \