mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
parent
87ca692636
commit
3b7b0e9423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539670
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue