svn commit: r569073 - head/audio/vst3sdk

Yuri Victorovich yuri at FreeBSD.org
Wed Mar 24 00:49:13 UTC 2021


Author: yuri
Date: Wed Mar 24 00:49:12 2021
New Revision: 569073
URL: https://svnweb.freebsd.org/changeset/ports/569073

Log:
  audio/vst3sdk: Broken on i386

Modified:
  head/audio/vst3sdk/Makefile

Modified: head/audio/vst3sdk/Makefile
==============================================================================
--- head/audio/vst3sdk/Makefile	Tue Mar 23 23:25:09 2021	(r569072)
+++ head/audio/vst3sdk/Makefile	Wed Mar 24 00:49:12 2021	(r569073)
@@ -12,6 +12,8 @@ COMMENT=	VST3 SDK (VST3 audio plugins Software Develop
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	fails to build: static_assert failed due to requirement 'alignof(Steinberg::Vst::ProcessContext) == (0 ? 8U : 0 ? 1U : 1 ? 8U : 8U)
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfontconfig.so:x11-fonts/fontconfig \


More information about the svn-ports-head mailing list