Fix 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
c80fa4d25a
commit
cb1cc0850d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525043
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ COMMENT= PCB (printed circuit board) design software
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/../licenses/license_GPLv3.txt
|
||||
|
||||
USES= qmake qt:5 zip
|
||||
USES= compiler:c++11-lang qmake qt:5 zip
|
||||
USE_QT= core gui network widgets buildtools_build
|
||||
|
||||
WRKSRC= ${WRKDIR}/VeroRoute
|
||||
|
|
Loading…
Reference in a new issue