aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-TCLink/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-TCLink/Makefile')
-rw-r--r--net/p5-Net-TCLink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-TCLink/Makefile b/net/p5-Net-TCLink/Makefile
index b64094d8d4e2..b9f05abfd0c2 100644
--- a/net/p5-Net-TCLink/Makefile
+++ b/net/p5-Net-TCLink/Makefile
@@ -20,7 +20,7 @@ LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif