git: b0abbe27681a - main - net/honeyd: Unbreak on HEAD

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 15 May 2023 15:31:54 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b0abbe27681a20607b0b2a5678811621c8085842

commit b0abbe27681a20607b0b2a5678811621c8085842
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-15 12:26:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-15 15:31:45 +0000

    net/honeyd: Unbreak on HEAD
    
    Approved by:    portmgr (blanket)
---
 net/honeyd/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index 43e9bce3c988..7d15af738314 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -36,6 +36,10 @@ CONFIGURE_ARGS+=	--without-python
 
 .include <bsd.port.pre.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CPPFLAGS+=	-Wno-error=int-conversion
+.endif
+
 .if !defined(WITH_PYTHON)
 pre-everything::
 	@${ECHO_MSG} "===>"