[linimon at FreeBSD.org: svn commit: r519650 - head/net/kpeoplevcard]

Mark Linimon linimon at lonesome.com
Tue Dec 10 08:10:49 GMT 2019


FYI

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Tue, 10 Dec 2019 08:05:52 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r519650 - head/net/kpeoplevcard

Author: linimon
Date: Tue Dec 10 08:05:52 2019
New Revision: 519650
URL: https://svnweb.freebsd.org/changeset/ports/519650

Log:
  Fix build on GCC-based systems:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/kpeoplevcard/Makefile

Modified: head/net/kpeoplevcard/Makefile
==============================================================================
--- head/net/kpeoplevcard/Makefile	Tue Dec 10 08:01:12 2019	(r519649)
+++ head/net/kpeoplevcard/Makefile	Tue Dec 10 08:05:52 2019	(r519650)
@@ -11,7 +11,7 @@ COMMENT=	Datasource plugin for KPeople to read vCard f
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
 USE_KDE=	contacts coreaddons ecm i18n people
 USE_QT=		core gui widgets \
 		buildtools_build qmake_build

----- End forwarded message -----


More information about the kde-freebsd mailing list