svn commit: r532438 - in head/audio: bchoppr-lv2 bslizr-lv2

Mark Linimon linimon at FreeBSD.org
Wed Apr 22 02:08:30 UTC 2020


Author: linimon
Date: Wed Apr 22 02:08:29 2020
New Revision: 532438
URL: https://svnweb.freebsd.org/changeset/ports/532438

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/bchoppr-lv2/Makefile
  head/audio/bslizr-lv2/Makefile

Modified: head/audio/bchoppr-lv2/Makefile
==============================================================================
--- head/audio/bchoppr-lv2/Makefile	Wed Apr 22 01:38:29 2020	(r532437)
+++ head/audio/bchoppr-lv2/Makefile	Wed Apr 22 02:08:29 2020	(r532438)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	lv2>0:audio/lv2
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gmake gnome pkgconfig xorg
+USES=		compiler:c++11-lang gmake gnome pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	sjaehn
 GH_PROJECT=	BChoppr

Modified: head/audio/bslizr-lv2/Makefile
==============================================================================
--- head/audio/bslizr-lv2/Makefile	Wed Apr 22 01:38:29 2020	(r532437)
+++ head/audio/bslizr-lv2/Makefile	Wed Apr 22 02:08:29 2020	(r532438)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	lv2>0:audio/lv2
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gmake gnome pkgconfig xorg
+USES=		compiler:c++11-lang gmake gnome pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	sjaehn
 GH_PROJECT=	BSlizr


More information about the svn-ports-all mailing list