git: af6b117e4c22 - main - net-p2p/c-lightning: mark as broken on i386

From: Vasil Dimov <vd_at_FreeBSD.org>
Date: Mon, 04 Dec 2023 10:20:33 UTC
The branch main has been updated by vd:

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

commit af6b117e4c22fab9d504695326cb1eee2ccab20d
Author:     Vasil Dimov <vd@FreeBSD.org>
AuthorDate: 2023-12-04 10:17:01 +0000
Commit:     Vasil Dimov <vd@FreeBSD.org>
CommitDate: 2023-12-04 10:20:07 +0000

    net-p2p/c-lightning: mark as broken on i386
    
    Does not compile due to Werror and an unsigned vs signed mismatch.
---
 net-p2p/c-lightning/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile
index 9acbc5c3d0fc..055bbbbfc86d 100644
--- a/net-p2p/c-lightning/Makefile
+++ b/net-p2p/c-lightning/Makefile
@@ -13,6 +13,8 @@ WWW=		https://github.com/ElementsProject/lightning
 
 LICENSE=	MIT
 
+BROKEN_i386=	channeld/channeld.c:5153:8: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,-Wformat]
+
 BUILD_DEPENDS=	bash:shells/bash \
 		lowdown:textproc/lowdown \
 		${PYTHON_PKGNAMEPREFIX}mako>=1.0.14:textproc/py-mako@${PY_FLAVOR} \