Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2023 14:07:14 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4aa404147a3f - main - net/p5-Net-TCLink: Fix BUILD on HEAD
Message-ID:  <202303241407.32OE7E3w014820@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4aa404147a3ffe6c7eeb45493a4c9c38b1f10360

commit 4aa404147a3ffe6c7eeb45493a4c9c38b1f10360
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-24 14:05:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-24 14:07:04 +0000

    net/p5-Net-TCLink: Fix BUILD on HEAD
---
 net/p5-Net-TCLink/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/net/p5-Net-TCLink/Makefile b/net/p5-Net-TCLink/Makefile
index 3289898cc461..b64094d8d4e2 100644
--- a/net/p5-Net-TCLink/Makefile
+++ b/net/p5-Net-TCLink/Makefile
@@ -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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303241407.32OE7E3w014820>