Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 03:17:57 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525117 - head/audio/so-synth-lv2
Message-ID:  <202002040317.0143HvGo057192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Feb  4 03:17:57 2020
New Revision: 525117
URL: https://svnweb.freebsd.org/changeset/ports/525117

Log:
  Attempt to fix build on GCC-based systems by adding compiler:c++11-lang
  to USES:
  
    /usr/local/include/lv2/lv2plug.in/ns/ext/atom/util.h:335: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/so-synth-lv2/Makefile

Modified: head/audio/so-synth-lv2/Makefile
==============================================================================
--- head/audio/so-synth-lv2/Makefile	Tue Feb  4 02:45:58 2020	(r525116)
+++ head/audio/so-synth-lv2/Makefile	Tue Feb  4 03:17:57 2020	(r525117)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
-USES=		gmake localbase
+USES=		compiler:c++11-lang gmake localbase
 USE_GITHUB=	yes
 GH_ACCOUNT=	jeremysalwen
 GH_PROJECT=	So-synth-LV2



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