svn commit: r532964 - head/net/smb4k

Mark Linimon linimon at FreeBSD.org
Sat Apr 25 17:53:33 UTC 2020


Author: linimon
Date: Sat Apr 25 17:53:32 2020
New Revision: 532964
URL: https://svnweb.freebsd.org/changeset/ports/532964

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    CMake Error in core/CMakeLists.txt: The compiler feature
    "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/smb4k/Makefile

Modified: head/net/smb4k/Makefile
==============================================================================
--- head/net/smb4k/Makefile	Sat Apr 25 17:37:34 2020	(r532963)
+++ head/net/smb4k/Makefile	Sat Apr 25 17:53:32 2020	(r532964)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rsync:net/rsync
 
-USES=		cmake gettext kde:5 qt:5 samba tar:bzip2
+USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 samba tar:bzip2
 USE_GITHUB=	yes
 GH_ACCOUNT=	KDE
 


More information about the svn-ports-head mailing list