svn commit: r564188 - head/security/rnp

Mark Linimon linimon at FreeBSD.org
Sat Feb 6 06:02:48 UTC 2021


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


More information about the svn-ports-all mailing list