FYI

mcl

----- Forwarded message from Mark Linimon <[email protected]> -----

Date: Tue, 12 Mar 2019 03:46:00 +0000 (UTC)
From: Mark Linimon <[email protected]>
To: [email protected], [email protected], 
[email protected]
Subject: svn commit: r495416 - head/misc/kde-thumbnailer-fb2

Author: linimon
Date: Tue Mar 12 03:45:59 2019
New Revision: 495416
URL: https://svnweb.freebsd.org/changeset/ports/495416

Log:
  Fix build on gcc-based architectures:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
  Approved by:  portmgr (tier-2 blanket)

Modified:
  head/misc/kde-thumbnailer-fb2/Makefile

Modified: head/misc/kde-thumbnailer-fb2/Makefile
==============================================================================
--- head/misc/kde-thumbnailer-fb2/Makefile      Tue Mar 12 03:38:39 2019        
(r495415)
+++ head/misc/kde-thumbnailer-fb2/Makefile      Tue Mar 12 03:45:59 2019        
(r495416)
@@ -12,7 +12,7 @@ COMMENT=      KDE thumbnail generator for fb2 files
 LICENSE=       GPLv2
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
-USES=          cmake kde:5 qt:5
+USES=          cmake compiler:c++11-lang kde:5 qt:5
 USE_KDE=       archive ecm_build kio
 USE_QT=                buildtools_build qmake_build gui
 


----- End forwarded message -----

Reply via email to