git: 61d237a9ce6a - main - net-p2p/c-lightning: unbreak (fixed in 23.11.2) and make build verbose

From: Vasil Dimov <vd_at_FreeBSD.org>
Date: Tue, 13 Feb 2024 11:33:28 UTC
The branch main has been updated by vd:

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

commit 61d237a9ce6a2751f5329951752edca1bd6ebae9
Author:     Vasil Dimov <vd@FreeBSD.org>
AuthorDate: 2024-02-13 11:32:26 +0000
Commit:     Vasil Dimov <vd@FreeBSD.org>
CommitDate: 2024-02-13 11:32:26 +0000

    net-p2p/c-lightning: unbreak (fixed in 23.11.2) and make build verbose
    
    Suggested by:   danfe@
---
 net-p2p/c-lightning/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile
index 7f18c15bc0b4..5a7b6d352556 100644
--- a/net-p2p/c-lightning/Makefile
+++ b/net-p2p/c-lightning/Makefile
@@ -13,9 +13,6 @@ 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]
-BROKEN_powerpc=	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} \
@@ -66,6 +63,9 @@ OPTIONS_DEFAULT=COMPATIBILITY SQLITE
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-rust
 
+# Print the compilation commands (verbose).
+MAKE_ARGS=	V=1
+
 USE_GITHUB=	yes
 .if defined(PKGNAMESUFFIX)
 GIT_COMMIT=	${PKGNAMESUFFIX:C/-git-//}