1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net-p2p/c-lightning
Piotr Kubaj 749702a3ec net-p2p/c-lightning: fix build on GCC architectures
Needs C11 compiler:
cc1: error: unrecognized command line option "-std=gnu11"

Needs include sys/types.h in fdpass.c:
ccan/ccan/fdpass/fdpass.c: In function 'fdpass_send':
ccan/ccan/fdpass/fdpass.c:16:12: error: 'register_t' undeclared (first use in this function)
   16 |   char buf[CMSG_SPACE(sizeof(fd))];
      |            ^~~~~~~~~~

PR:		243481
Approved by:	vd (maintainer)
MFH:		2020Q1 (fix build blanket)
2020-01-21 10:48:58 +00:00
..
files net-p2p/c-lightning: fix build on GCC architectures 2020-01-21 10:48:58 +00:00
distinfo
Makefile net-p2p/c-lightning: fix build on GCC architectures 2020-01-21 10:48:58 +00:00
pkg-descr
pkg-plist