Add compiler:c++11-lang to USES to fix build on GCC-based systems:

/usr/local/include/qt5/QtCore/qglobal.h:45:25: error: type_traits: No such file or directory

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-06-19 16:49:54 +00:00
parent 87ca692636
commit 3b7b0e9423
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539670

View file

@ -14,7 +14,7 @@ COMMENT= Qt C++ widget for plotting and data visualization
LICENSE= GPLv3 LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/GPL.txt LICENSE_FILE= ${WRKSRC}/GPL.txt
USES= pkgconfig qt:5 USES= compiler:c++11-lang pkgconfig qt:5
USE_QT= core gui widgets printsupport buildtools_build USE_QT= core gui widgets printsupport buildtools_build
USE_LDCONFIG= yes USE_LDCONFIG= yes