summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-27 18:32:47 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-27 18:32:47 +0000
commit5d3ea4ac1ad1e83440b6ed730eade9405ff53bd7 (patch)
treee5c788410f1c4a9145a2b1a5641216660e9068af /deskutils
parentBump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. (diff)
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)
Notes
Notes: svn path=/head/; revision=553470
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/syncthingtray/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/syncthingtray/Makefile b/deskutils/syncthingtray/Makefile
index 4b91513322ec..c91158ea766f 100644
--- a/deskutils/syncthingtray/Makefile
+++ b/deskutils/syncthingtray/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmak
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 \