1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

net/radsecproxy: fix build on GCC architectures

GCC9 doesn't treat it as error:
cc1: warnings being treated as errors
radmsg.c: In function 'buf2radmsg':
radmsg.c:299: warning: comparison is always false due to limited range of data type
This commit is contained in:
Piotr Kubaj 2020-12-29 13:26:18 +00:00
parent 10cf1697ef
commit d3e3969272
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559582

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libnettle.so:security/nettle
USES= cpe localbase:ldflags ssl
USES= compiler:c11 cpe localbase:ldflags ssl
USE_RC_SUBR= ${PORTNAME}
CPE_VENDOR= uninett