Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 05:12:14 +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: r545737 - head/security/nitrokey-app
Message-ID:  <202008220512.07M5CElY055556@repo.freebsd.org>

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



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