security/softether5: fix build on GCC architectures

Require C11 compiler:
/wrkdirs/usr/ports/security/softether5/work/SoftEtherVPN-5.01.9671/src/./Mayaqua/Str.h:204: error: redefinition of typedef 'UINT'

Reviewed by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-07-26 22:18:23 +00:00
parent a3d2bbff16
commit c3dadbbda8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507379

View file

@ -12,7 +12,8 @@ COMMENT= SoftEther VPN 5 (Developer Edition)
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES+= cmake:noninja dos2unix iconv:wchar_t localbase:ldflags ncurses readline ssl
USES+= cmake:noninja compiler:c11 dos2unix iconv:wchar_t \
localbase:ldflags ncurses readline ssl
USE_RC_SUBR= softether_bridge softether_client softether_server
USE_LDCONFIG= yes
USE_GITHUB= yes