svn commit: r560371 - head/audio/lsp-plugins-lv2

Yuri Victorovich yuri at FreeBSD.org
Tue Jan 5 07:47:01 UTC 2021


Author: yuri
Date: Tue Jan  5 07:47:01 2021
New Revision: 560371
URL: https://svnweb.freebsd.org/changeset/ports/560371

Log:
  audio/lsp-plugins-lv2: Broken on i386
  
  Reported by:	fallout

Modified:
  head/audio/lsp-plugins-lv2/Makefile

Modified: head/audio/lsp-plugins-lv2/Makefile
==============================================================================
--- head/audio/lsp-plugins-lv2/Makefile	Tue Jan  5 07:43:38 2021	(r560370)
+++ head/audio/lsp-plugins-lv2/Makefile	Tue Jan  5 07:47:01 2021	(r560371)
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 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
 
 BUILD_DEPENDS=	llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} \
 		lv2>0:audio/lv2


More information about the svn-ports-all mailing list