Date: Wed, 22 Apr 2020 02:08:29 +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: r532438 - in head/audio: bchoppr-lv2 bslizr-lv2 Message-ID: <202004220208.03M28TkQ045228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004220208.03M28TkQ045228>