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
e7268134ab
commit
8015626c9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497626
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||||||
|
|
||||||
LIB_DEPENDS= libtag.so:audio/taglib
|
LIB_DEPENDS= libtag.so:audio/taglib
|
||||||
|
|
||||||
USES= qmake qt:5
|
USES= compiler:c++11-lang qmake qt:5
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USE_QT= core gui widgets phonon4 qmake_build buildtools_build
|
USE_QT= core gui widgets phonon4 qmake_build buildtools_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user