svn commit: r545737 - head/security/nitrokey-app

Mark Linimon linimon at FreeBSD.org
Sat Aug 22 05:12:14 UTC 2020


Author: linimon
Date: Sat Aug 22 05:12:13 2020
New Revision: 545737
URL: https://svnweb.freebsd.org/changeset/ports/545737

Log:
  Add compiler:c++11-lang to USES to 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/security/nitrokey-app/Makefile

Modified: head/security/nitrokey-app/Makefile
==============================================================================
--- head/security/nitrokey-app/Makefile	Sat Aug 22 05:06:18 2020	(r545736)
+++ head/security/nitrokey-app/Makefile	Sat Aug 22 05:12:13 2020	(r545737)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSES/GPLv3
 
 LIB_DEPENDS=	libnitrokey.so:security/libnitrokey
 
-USES=	cmake pkgconfig qt:5
+USES=		cmake compiler:c++11-lang pkgconfig qt:5
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Nitrokey


More information about the svn-ports-head mailing list