forked from Lainports/freebsd-ports
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
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