Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2020 15:48:15 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544281 - head/audio/surge-synthesizer-lv2
Message-ID:  <202008061548.076FmFZ5028978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug  6 15:48:15 2020
New Revision: 544281
URL: https://svnweb.freebsd.org/changeset/ports/544281

Log:
  audio/surge-synthesizer-lv2: Broken on 11
  
  Reported by:	fallout

Modified:
  head/audio/surge-synthesizer-lv2/Makefile

Modified: head/audio/surge-synthesizer-lv2/Makefile
==============================================================================
--- head/audio/surge-synthesizer-lv2/Makefile	Thu Aug  6 15:44:23 2020	(r544280)
+++ head/audio/surge-synthesizer-lv2/Makefile	Thu Aug  6 15:48:15 2020	(r544281)
@@ -12,6 +12,8 @@ COMMENT=	Surge Synthesizer LV2 and VST plug-in
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_11=	error: use of undeclared identifier 'getline'; did you mean 'std::getline'?
+
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/nanosvg.h:graphics/nanosvg \
 		${LOCALBASE}/include/simde/simde-common.h:devel/simde \



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