Date: Tue, 27 Oct 2020 18:33:47 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r553472 - branches/2020Q4/deskutils/syncthingtray Message-ID: <202010271833.09RIXlo2055675@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Oct 27 18:33:46 2020 New Revision: 553472 URL: https://svnweb.freebsd.org/changeset/ports/553472 Log: MFH: r553470 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. Approved by: portmgr (fix build blanket) Modified: branches/2020Q4/deskutils/syncthingtray/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/deskutils/syncthingtray/Makefile ============================================================================== --- branches/2020Q4/deskutils/syncthingtray/Makefile Tue Oct 27 18:33:24 2020 (r553471) +++ branches/2020Q4/deskutils/syncthingtray/Makefile Tue Oct 27 18:33:46 2020 (r553472) @@ -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?202010271833.09RIXlo2055675>