Fix build on gcc-based architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
1c51eac6ee
commit
e56df003c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495437
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ COMMENT= Dictionary for KDE
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake kde:5 qt:5 tar:txz
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:txz
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons dbusaddons guiaddons i18n \
|
||||
iconthemes itemviews jobwidgets kio service solid widgetsaddons xmlgui
|
||||
USE_QT= concurrent core dbus gui network printsupport svg widgets xml \
|
||||
|
|
Loading…
Reference in a new issue