mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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:
parent
a3d2bbff16
commit
c3dadbbda8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507379
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue