Skip to content

Commit

Permalink
audio/lsp-plugins-lv2: Broken on armv7
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jul 23, 2022
1 parent 596de16 commit e462899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audio/lsp-plugins-lv2/Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit e462899

Please sign in to comment.