aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-14 19:56:09 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-14 19:59:10 +0000
commit279054c5d3d6c8451bfb1d3243c65132f81782c3 (patch)
tree705d705b8b446cab4513a58d8abdb1dc0349bb09
parent67cb88ab233545ac24911503f2d7836dc29107c0 (diff)
downloadports-279054c5d3d6c8451bfb1d3243c65132f81782c3.tar.gz
ports-279054c5d3d6c8451bfb1d3243c65132f81782c3.zip
net/libproxy-perl: Unbreak on HEAD
Approved by: portmgr (blanket)
-rw-r--r--net/libproxy/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile
index 5bc17cba78c1..8ca3a19384b2 100644
--- a/net/libproxy/Makefile
+++ b/net/libproxy/Makefile
@@ -55,6 +55,12 @@ RUN_DEPENDS+= libproxy-pacrunner>=${DISTVERSION}:net/libproxy-pacrunner
.include <bsd.port.pre.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${LIBPROXY_SLAVE:Mperl}
+CFLAGS+= -Wno-error=int-conversion
+.endif
+.endif
+
# Hackery for the to python backends.
.if ${LIBPROXY_SLAVE:Mpython}
CMAKE_ON+= WITH_PYTHON3