svn commit: r553472 - branches/2020Q4/deskutils/syncthingtray
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Oct 27 18:33:47 UTC 2020
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 \
More information about the svn-ports-branches
mailing list