git: 6c82d5b4536a - main - net-p2p/c-lightning: mark BROKEN on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Feb 2024 11:49:45 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c82d5b4536a70a85b9f399695013bbb18d61d00 commit 6c82d5b4536a70a85b9f399695013bbb18d61d00 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-02-09 00:49:32 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-02-11 11:48:47 +0000 net-p2p/c-lightning: mark BROKEN on powerpc Same issue as i386. --- net-p2p/c-lightning/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile index 055bbbbfc86d..8686078f5e1c 100644 --- a/net-p2p/c-lightning/Makefile +++ b/net-p2p/c-lightning/Makefile @@ -14,6 +14,7 @@ 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 \