Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2021 09:48:30 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 51585bd3ef64 - 2021Q2 - audio/vst3sdk: Broken on 11
Message-ID:  <202105180948.14I9mU73052071@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51585bd3ef64e61d7b86e38b18a2d1cca15a136f

commit 51585bd3ef64e61d7b86e38b18a2d1cca15a136f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-18 09:47:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-18 09:47:59 +0000

    audio/vst3sdk: Broken on 11
---
 audio/vst3sdk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/vst3sdk/Makefile b/audio/vst3sdk/Makefile
index 6861351454c3..f43a14ec6b03 100644
--- a/audio/vst3sdk/Makefile
+++ b/audio/vst3sdk/Makefile
@@ -12,6 +12,7 @@ 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)
+BROKEN_FreeBSD_11=      x11fileselector.cpp:57:9: error: use of undeclared identifier 'getline'; did you mean 'std::getline'?
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105180948.14I9mU73052071>