aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-09 00:49:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-11 11:48:47 +0000
commit6c82d5b4536a70a85b9f399695013bbb18d61d00 (patch)
tree60639c12ae02a9fb3561ccd628e52ce775a722e0
parent31c5bcf6d5b017a74356e8520dfffdb5781bb04b (diff)
downloadports-6c82d5b4536a70a85b9f399695013bbb18d61d00.tar.gz
ports-6c82d5b4536a70a85b9f399695013bbb18d61d00.zip
net-p2p/c-lightning: mark BROKEN on powerpc
Same issue as i386.
-rw-r--r--net-p2p/c-lightning/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \