Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 08:05:52 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519650 - head/net/kpeoplevcard
Message-ID:  <201912100805.xBA85qIB074130@repo.freebsd.org>

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



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