fyi.
--- Begin Message ---
Author: pkubaj
Date: Tue Jun  4 16:10:47 2019
New Revision: 503476
URL: https://svnweb.freebsd.org/changeset/ports/503476

Log:
  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)

Modified:
  head/net-im/kaidan/Makefile

Modified: head/net-im/kaidan/Makefile
==============================================================================
--- head/net-im/kaidan/Makefile Tue Jun  4 14:17:39 2019        (r503475)
+++ head/net-im/kaidan/Makefile Tue Jun  4 16:10:47 2019        (r503476)
@@ -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


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--- End Message ---

Attachment: signature.asc
Description: PGP signature

Reply via email to