Fix build on gcc-based architectures:

cc1plus: error: unrecognized command line option "-std=gnu++11"

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-12 05:12:06 +00:00
parent 626c4a0360
commit d44a322d6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495434
2 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
WRKSRC_SUBDIR= src-qt5
USES= compiler:c++11-lang gmake pkgconfig qmake ssl qt:5 tar:xz
USE_QT= core buildtools_build gui network qmake websockets widgets svg concurrent
USES= gmake pkgconfig qt:5 tar:xz qmake ssl
USE_GL+= gl
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}

View File

@ -13,8 +13,8 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
WRKSRC_SUBDIR= src
USES= compiler:c++11-lang pkgconfig qmake qt:5 ssl tar:xz
USE_QT= concurrent core network buildtools qmake gui websockets sql
USES= pkgconfig qt:5 tar:xz qmake ssl
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
USE_GITHUB= yes