svn commit: r525117 - head/audio/so-synth-lv2

Mark Linimon linimon at FreeBSD.org
Tue Feb 4 03:17:58 UTC 2020


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


More information about the svn-ports-head mailing list