svn commit: r545736 - head/security/libnitrokey

Mark Linimon linimon at FreeBSD.org
Sat Aug 22 05:06:18 UTC 2020


Author: linimon
Date: Sat Aug 22 05:06:18 2020
New Revision: 545736
URL: https://svnweb.freebsd.org/changeset/ports/545736

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

Modified:
  head/security/libnitrokey/Makefile

Modified: head/security/libnitrokey/Makefile
==============================================================================
--- head/security/libnitrokey/Makefile	Sat Aug 22 04:35:42 2020	(r545735)
+++ head/security/libnitrokey/Makefile	Sat Aug 22 05:06:18 2020	(r545736)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libhidapi.so:comms/hidapi \
 		libudev.so:devel/libudev-devd
 
-USES=	cmake pkgconfig
+USES=		cmake compiler:c++14-lang pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Nitrokey


More information about the svn-ports-head mailing list