Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 18:32:47 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553470 - head/deskutils/syncthingtray
Message-ID:  <202010271832.09RIWl2e055329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010271832.09RIWl2e055329>