Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 06:02:48 +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: r564188 - head/security/rnp
Message-ID:  <202102060602.11662mKT077352@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Feb  6 06:02:48 2021
New Revision: 564188
URL: https://svnweb.freebsd.org/changeset/ports/564188

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based architectures:
  
    Target "cmTC_f3032" requires the language dialect "CXX11" , but CMake does
    not know the compile flags to use to enable it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/rnp/Makefile

Modified: head/security/rnp/Makefile
==============================================================================
--- head/security/rnp/Makefile	Sat Feb  6 05:50:04 2021	(r564187)
+++ head/security/rnp/Makefile	Sat Feb  6 06:02:48 2021	(r564188)
@@ -20,7 +20,7 @@ LICENSE_PERMS_OCB_Patent=	dist-mirror dist-sell pkg-mi
 LIB_DEPENDS=	libbotan-2.so:security/botan2 \
 		libjson-c.so:devel/json-c
 
-USES=		cmake pkgconfig
+USES=		cmake compiler:c++11-lang pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	rnpgp
 USE_LDCONFIG=	yes



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