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:
parent
d068380c2f
commit
15e3d1e2b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549535
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user