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:
parent
10cf1697ef
commit
d3e3969272
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559582
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user