net/radsecproxy: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-05-22 08:58:51 +02:00
parent 98c5ccc5dd
commit f61289f7e9

View file

@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=strict-prototypes
.endif