diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-11 15:31:54 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-11 16:07:42 +0000 |
commit | a0a104080cde2f85dacc47272cfe30c6d5a02927 (patch) | |
tree | 6cf027c1ef6695fe595f0a7423eeacfa93280d1b | |
parent | 9cd167c360c4bb0216c5188078c251a8eb144888 (diff) |
security/libprelude: UNBREAK on HEAD
-rw-r--r-- | security/libprelude/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index da0a55c2792c..36a5611f875c 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -34,6 +34,12 @@ OPTIONS_SUB= yes PERL_USES= perl5 PERL_CONFIGURE_WITH= perl=${PERL} +.include <bsd.port.options.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+= -Wno-error=int-conversion +.endif + post-install: .for f in client.conf global.conf idmef-client.conf tls.conf ${MV} ${STAGEDIR}${ETCDIR}/default/${f} \ |