From 279054c5d3d6c8451bfb1d3243c65132f81782c3 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 14 May 2023 21:56:09 +0200 Subject: [PATCH] net/libproxy-perl: Unbreak on HEAD Approved by: portmgr (blanket) --- net/libproxy/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index 5bc17cba78c1a..8ca3a19384b2e 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -55,6 +55,12 @@ RUN_DEPENDS+= libproxy-pacrunner>=${DISTVERSION}:net/libproxy-pacrunner .include +.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