svn commit: r538477 - head/x11/plasma5-kwayland-server

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jun 11 12:51:11 UTC 2020


Author: pkubaj
Date: Thu Jun 11 12:51:10 2020
New Revision: 538477
URL: https://svnweb.freebsd.org/changeset/ports/538477

Log:
  x11/plasma5-kwayland-server: fix build on GCC architectures
  
  Use C++11 compiler:
  CMake Error in src/server/CMakeLists.txt:
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
    "GNU"
  
    version 4.2.1.

Modified:
  head/x11/plasma5-kwayland-server/Makefile

Modified: head/x11/plasma5-kwayland-server/Makefile
==============================================================================
--- head/x11/plasma5-kwayland-server/Makefile	Thu Jun 11 12:24:57 2020	(r538476)
+++ head/x11/plasma5-kwayland-server/Makefile	Thu Jun 11 12:51:10 2020	(r538477)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	plasma-wayland-protocols>=0:x11/plasma-
 		wayland-protocols>=1.14:graphics/wayland-protocols
 RUN_DEPENDS=	plasma-wayland-protocols>=0:x11/plasma-wayland-protocols
 
-USES=		cmake kde:5 pkgconfig qt:5 tar:xz
+USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	ecm wayland
 USE_QT=		concurrent gui wayland \
 		buildtools_build qmake_build


More information about the svn-ports-all mailing list