Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2020 15:13:11 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535243 - head/security/softhsm2
Message-ID:  <202005141513.04EFDBCK086358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu May 14 15:13:11 2020
New Revision: 535243
URL: https://svnweb.freebsd.org/changeset/ports/535243

Log:
  security/softhsm2: fix build on GCC architectures
  
  Use C++11 compiler:
  SoftHSM.cpp:856: error: ISO C++ forbids declaration of 'it' with no type

Modified:
  head/security/softhsm2/Makefile

Modified: head/security/softhsm2/Makefile
==============================================================================
--- head/security/softhsm2/Makefile	Thu May 14 14:34:49 2020	(r535242)
+++ head/security/softhsm2/Makefile	Thu May 14 15:13:11 2020	(r535243)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool ssl pkgconfig
+USES=		compiler:c++11-lang libtool ssl pkgconfig
 
 SUB_FILES=	pkg-message
 



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