svn commit: r535243 - head/security/softhsm2

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 14 15:13:12 UTC 2020


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
 


More information about the svn-ports-head mailing list