Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 09:52:00 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2fe078bf85d6 - main - audio/vst3sdk: Broken on 11
Message-ID:  <202104250952.13P9q0Oh027704@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2fe078bf85d625322de94195703e3c88dc6d2765

commit 2fe078bf85d625322de94195703e3c88dc6d2765
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-25 09:40:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-25 09:51:58 +0000

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

diff --git a/audio/vst3sdk/Makefile b/audio/vst3sdk/Makefile
index bf258b590ff6..345b6ec931a5 100644
--- a/audio/vst3sdk/Makefile
+++ b/audio/vst3sdk/Makefile
@@ -11,6 +11,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?202104250952.13P9q0Oh027704>