MFH: r497622
Add compiler:c++11-lang to USES to avoid the following problem 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
44a6bde18d
commit
963a1b5ffc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497623
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= xiaoyong
|
||||
GH_PROJECT= 2048-Qt
|
||||
|
||||
USES= gmake pkgconfig qmake qt:5
|
||||
USES= compiler:c++11-lang gmake pkgconfig qmake qt:5
|
||||
USE_QT= core declarative gui network widgets buildtools_build quickcontrols
|
||||
|
||||
PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \
|
||||
|
|
Loading…
Reference in a new issue