View | Details | Raw Unified | Return to bug 243481
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 22-28 Link Here
22
		libsqlite3.so:databases/sqlite3
22
		libsqlite3.so:databases/sqlite3
23
RUN_DEPENDS=	bitcoin-cli:net-p2p/bitcoin-utils
23
RUN_DEPENDS=	bitcoin-cli:net-p2p/bitcoin-utils
24
24
25
USES=		autoreconf:build gettext gmake libtool python:3.5+,build
25
USES=		autoreconf:build compiler:c11 gettext gmake libtool \
26
		python:3.5+,build
26
BINARY_ALIAS=	python=${PYTHON_CMD} python3=${PYTHON_CMD}
27
BINARY_ALIAS=	python=${PYTHON_CMD} python3=${PYTHON_CMD}
27
ALL_TARGET=	default
28
ALL_TARGET=	default
28
29
(-)files/patch-ccan_ccan_fdpass_fdpass.c (+10 lines)
Line 0 Link Here
1
--- ccan/ccan/fdpass/fdpass.c.orig	2020-01-20 22:03:36 UTC
2
+++ ccan/ccan/fdpass/fdpass.c
3
@@ -1,6 +1,7 @@
4
 /* CC0 license (public domain) - see LICENSE file for details */
5
 #include <ccan/fdpass/fdpass.h>
6
 #include <sys/socket.h>
7
+#include <sys/types.h>
8
 #include <errno.h>
9
 #include <string.h>
10
 

Return to bug 243481