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
66a4edf7dc
commit
ed1d045264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516600
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ COMMENT= Diverting I.Q. challenging pentomino puzzle
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gl qmake qt:5
|
||||
USES= compiler:c++11-lang gl qmake qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ElTh0r0
|
||||
USE_QT= core gui widgets buildtools_build
|
||||
|
|
Loading…
Reference in a new issue