mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
security/softhsm2: fix build on GCC architectures
Use C++11 compiler: SoftHSM.cpp:856: error: ISO C++ forbids declaration of 'it' with no type
This commit is contained in:
parent
c9af837837
commit
2aba0bcf1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535243
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user