aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-15 12:26:53 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-15 15:31:45 +0000
commitb0abbe27681a20607b0b2a5678811621c8085842 (patch)
treec38a8484c100b9610168a2ab76e618f8984e8e73
parent924b8a52ae00d84b4f7b6ace428567a9fba30229 (diff)
downloadports-b0abbe27681a20607b0b2a5678811621c8085842.tar.gz
ports-b0abbe27681a20607b0b2a5678811621c8085842.zip
net/honeyd: Unbreak on HEAD
Approved by: portmgr (blanket)
-rw-r--r--net/honeyd/Makefile4
1 files changed, 4 insertions, 0 deletions
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} "===>"