Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 08:42:36 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542729 - branches/2020Q3/audio/lenticular-lv2
Message-ID:  <202007210842.06L8ga89001213@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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