svn commit: r542728 - head/audio/lenticular-lv2

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 21 08:41:14 UTC 2020


Author: pkubaj
Date: Tue Jul 21 08:41:14 2020
New Revision: 542728
URL: https://svnweb.freebsd.org/changeset/ports/542728

Log:
  audio/lenticular-lv2: fix build on GCC architectures
  
  Use newer GCC:
  cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs"
  
  MFH:		2020Q3 (fix build blanket)

Modified:
  head/audio/lenticular-lv2/Makefile

Modified: head/audio/lenticular-lv2/Makefile
==============================================================================
--- head/audio/lenticular-lv2/Makefile	Tue Jul 21 08:34:43 2020	(r542727)
+++ head/audio/lenticular-lv2/Makefile	Tue Jul 21 08:41:14 2020	(r542728)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
-USES=		gmake pkgconfig
+USES=		compiler:c++11-lang gmake pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	polyeffects
 GH_PROJECT=	lenticular_lv2


More information about the svn-ports-all mailing list