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:
parent
626c4a0360
commit
d44a322d6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495434
@ -13,8 +13,8 @@ LICENSE= BSD2CLAUSE
|
|||||||
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
||||||
|
|
||||||
WRKSRC_SUBDIR= src-qt5
|
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
|
USE_QT= core buildtools_build gui network qmake websockets widgets svg concurrent
|
||||||
USES= gmake pkgconfig qt:5 tar:xz qmake ssl
|
|
||||||
USE_GL+= gl
|
USE_GL+= gl
|
||||||
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ LICENSE= BSD2CLAUSE
|
|||||||
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
||||||
|
|
||||||
WRKSRC_SUBDIR= src
|
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
|
USE_QT= concurrent core network buildtools qmake gui websockets sql
|
||||||
USES= pkgconfig qt:5 tar:xz qmake ssl
|
|
||||||
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
Loading…
Reference in New Issue
Block a user