svn commit: r553470 - head/deskutils/syncthingtray

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 27 18:32:48 UTC 2020


Author: pkubaj
Date: Tue Oct 27 18:32:47 2020
New Revision: 553470
URL: https://svnweb.freebsd.org/changeset/ports/553470

Log:
  deskutils/syncthingtray: fix build on GCC architectures
  
  Use C++11 compiler:
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
    "GNU"
  
    version 4.2.1.
  
  MFH:		2020Q4 (fix build blanket)

Modified:
  head/deskutils/syncthingtray/Makefile

Modified: head/deskutils/syncthingtray/Makefile
==============================================================================
--- head/deskutils/syncthingtray/Makefile	Tue Oct 27 18:29:55 2020	(r553469)
+++ head/deskutils/syncthingtray/Makefile	Tue Oct 27 18:32:47 2020	(r553470)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs \
 		libboost_regex.so:devel/boost-libs
 
-USES=		cmake:insource iconv kde:5 qt:5
+USES=		cmake:insource compiler:c++11-lang iconv kde:5 qt:5
 
 USE_GITHUB=	nodefault
 GH_TUPLE=	Martchus:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION}:syncthingtray/../syncthingtray \


More information about the svn-ports-head mailing list