mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
net-im/kaidan: fix build
Add USES=compiler:c++11-lang to fix build: CMake Error in CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
This commit is contained in:
parent
47ce821484
commit
7c3f251c04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503476
@ -10,7 +10,7 @@ COMMENT= A user-friendly XMPP client for every device
|
||||
|
||||
LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5
|
||||
|
||||
USES= cmake desktop-file-utils kde:5 pkgconfig qt:5
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5
|
||||
USE_KDE= ecm kirigami2
|
||||
USE_QT= core declarative gui network quickcontrols2 sql svg widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
Loading…
Reference in New Issue
Block a user