Date: Fri, 26 Jul 2019 22:18:23 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507379 - head/security/softether5 Message-ID: <201907262218.x6QMINpJ090233@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jul 26 22:18:23 2019 New Revision: 507379 URL: https://svnweb.freebsd.org/changeset/ports/507379 Log: 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) Modified: head/security/softether5/Makefile Modified: head/security/softether5/Makefile ============================================================================== --- head/security/softether5/Makefile Fri Jul 26 22:13:24 2019 (r507378) +++ head/security/softether5/Makefile Fri Jul 26 22:18:23 2019 (r507379) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907262218.x6QMINpJ090233>