Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 12:51:10 +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: r538477 - head/x11/plasma5-kwayland-server
Message-ID:  <202006111251.05BCpARw052368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006111251.05BCpARw052368>