Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 05:06:18 +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: r545736 - head/security/libnitrokey
Message-ID:  <202008220506.07M56IKY049330@repo.freebsd.org>

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



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