Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
fe1f53468a
commit
a1fcac9cba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495749
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COMMENT= Manage commands to be executed at X session start
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= qt:5 tar:tgz qmake
|
||||
USES= compiler:c++11-lang qmake qt:5 tar:tgz
|
||||
|
||||
USE_GL= gl
|
||||
USE_QT= buildtools_build core gui linguisttools_build widgets
|
||||
|
|
Loading…
Reference in a new issue