Skip to content

Commit

Permalink
net/p5-Net-TCLink: Fix BUILD on HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Mar 24, 2023
1 parent 8425d4b commit 4aa4041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net/p5-Net-TCLink/Makefile
Expand Up @@ -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>

0 comments on commit 4aa4041

Please sign in to comment.