Add compiler:c++11-lang to USES to fix the build on gcc-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
0cb48498ee
commit
295b365b85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509863
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ LICENSE= MIT
|
|||
|
||||
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
|
||||
|
||||
USES= gmake python:build qmake qt:5
|
||||
USES= compiler:c++11-lang gmake python:build qmake qt:5
|
||||
USE_QT= buildtools_build core gui help printsupport serialbus \
|
||||
serialport websockets-qml widgets
|
||||
|
||||
|
|
Loading…
Reference in a new issue