mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
db617552ec
commit
a72cb833c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519650
@ -11,7 +11,7 @@ COMMENT= Datasource plugin for KPeople to read vCard files
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake kde:5 qt:5 tar:xz
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= contacts coreaddons ecm i18n people
|
||||
USE_QT= core gui widgets \
|
||||
buildtools_build qmake_build
|
||||
|
Loading…
Reference in New Issue
Block a user