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)
This commit is contained in:
Mark Linimon 2020-09-22 00:00:22 +00:00
parent d068380c2f
commit 15e3d1e2b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549535

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
BUILD_DEPENDS= lv2>0:audio/lv2
USES= gmake localbase
USES= compiler:c++11-lang gmake localbase
USE_GITHUB= yes
GH_ACCOUNT= devcurmudgeon