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:
Mark Linimon 2020-02-03 15:10:57 +00:00
parent c80fa4d25a
commit cb1cc0850d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525043

View file

@ -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