Skip to content

Commit

Permalink
net/libproxy-perl: Unbreak on HEAD
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 14, 2023
1 parent 67cb88a commit 279054c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions net/libproxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 279054c

Please sign in to comment.