svn commit: r542729 - branches/2020Q3/audio/lenticular-lv2

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 21 08:42:36 UTC 2020


Author: pkubaj
Date: Tue Jul 21 08:42:35 2020
New Revision: 542729
URL: https://svnweb.freebsd.org/changeset/ports/542729

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

Modified:
  branches/2020Q3/audio/lenticular-lv2/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/audio/lenticular-lv2/Makefile
==============================================================================
--- branches/2020Q3/audio/lenticular-lv2/Makefile	Tue Jul 21 08:41:14 2020	(r542728)
+++ branches/2020Q3/audio/lenticular-lv2/Makefile	Tue Jul 21 08:42:35 2020	(r542729)
@@ -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