svn commit: r518752 - head/audio/bshapr-lv2

Mark Linimon linimon at FreeBSD.org
Sun Dec 1 06:48:31 UTC 2019


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


More information about the svn-ports-all mailing list