Date: Mon, 9 Nov 2020 23:42:58 +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: r554796 - head/sysutils/plasma5-plasma-disks Message-ID: <202011092342.0A9Ngw23039501@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Nov 9 23:42:58 2020 New Revision: 554796 URL: https://svnweb.freebsd.org/changeset/ports/554796 Log: sysutils/plasma5-plasma-disks: fix build on GCC architectures The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Modified: head/sysutils/plasma5-plasma-disks/Makefile Modified: head/sysutils/plasma5-plasma-disks/Makefile ============================================================================== --- head/sysutils/plasma5-plasma-disks/Makefile Mon Nov 9 23:40:52 2020 (r554795) +++ head/sysutils/plasma5-plasma-disks/Makefile Mon Nov 9 23:42:58 2020 (r554796) @@ -24,7 +24,7 @@ LICENSE_FILE_LGPLv3= ${WRKSRC}/LICENSES/LGPL-3.0-only. RUN_DEPENDS= smartmontools>0:sysutils/smartmontools -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= activities config configwidgets coreaddons ecm ksysguard \ plasma-framework codecs service kio windowsystem auth i18n \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011092342.0A9Ngw23039501>