svn commit: r554796 - head/sysutils/plasma5-plasma-disks
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Nov 9 23:42:59 UTC 2020
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 \
More information about the svn-ports-all
mailing list