Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2023 19:07:59 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: f3313466321c - main - devel/pickle: Unbreak on HEAD
Message-ID:  <202303301907.32UJ7xvA024295@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit f3313466321ce50dbab4343378282a6182d68292
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-30 19:04:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 19:07:06 +0000

    devel/pickle: Unbreak on HEAD
---
 devel/pickle/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/devel/pickle/Makefile b/devel/pickle/Makefile
index 847eedb4c4a0..427eff1ea3ff 100644
--- a/devel/pickle/Makefile
+++ b/devel/pickle/Makefile
@@ -35,6 +35,12 @@ BIN_SYMLINKS=	bin/n14 \
 		bin/p24 \
 		bin/p32
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+=	-Wno-error=int-conversion
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^CC=|CC?=| ; \



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