Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 06:48:30 +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: r518752 - head/audio/bshapr-lv2
Message-ID:  <201912010648.xB16mUQe026954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec  1 06:48:30 2019
New Revision: 518752
URL: https://svnweb.freebsd.org/changeset/ports/518752

Log:
  Fix build on GCC-based systems:
  
    Build BShapr.lv2 DSP...cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/bshapr-lv2/Makefile

Modified: head/audio/bshapr-lv2/Makefile
==============================================================================
--- head/audio/bshapr-lv2/Makefile	Sun Dec  1 06:37:27 2019	(r518751)
+++ head/audio/bshapr-lv2/Makefile	Sun Dec  1 06:48:30 2019	(r518752)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		cmake:devel/cmake
 
-USES=		gmake gnome pkgconfig xorg
+USES=		compiler:c++11-lang gmake gnome pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	sjaehn
 GH_PROJECT=	BShapr



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