1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net/p5-Net-TCLink: Fix BUILD on HEAD

This commit is contained in:
Muhammad Moinur Rahman 2023-03-24 09:05:57 -05:00
parent 8425d4bdce
commit 4aa404147a

View File

@ -14,7 +14,14 @@ LICENSE= LGPL21
USES= perl5 ssl
USE_PERL5= configure
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.mk>