MFH: r497636
Add compiler:c++11-lang to USES to fix the following 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
992dc6a2e2
commit
17fab828f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497637
@ -14,7 +14,7 @@ COMMENT= Simple, top-down game in which mazes are randomly generated
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= qmake qt:5 tar:bzip2
|
||||
USES= compiler:c++11-lang qmake qt:5 tar:bzip2
|
||||
USE_GL= gl
|
||||
USE_QT= core gui svg imageformats_run widgets \
|
||||
linguisttools_build buildtools_build
|
||||
|
Loading…
Reference in New Issue
Block a user