aboutsummaryrefslogtreecommitdiff
path: root/devel/socket_wrapper/distinfo
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2026-02-23 12:16:50 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2026-02-23 12:18:28 +0000
commitf286c2ebbbd83a4ad157704f81c2a3cc12a41784 (patch)
tree119dbbbf807500bde2ee0dabb98f4505f5d9608b /devel/socket_wrapper/distinfo
parentb86a75f8fc405a0f0af6a48e9cc7ea71f08755fc (diff)
databases/fastdb: fix buildHEADmain
This port does some strange stuff, like undefining BYTE_ORDER macro, because of which it fails to build: In file included from src/unisock.cpp:28: /usr/include/netinet/tcp.h: In function 'uint16_t __tcp_get_flags(const tcphdr*)': /usr/include/netinet/tcp.h:85:32: error: 'const struct tcphdr' has no member named 'th_x2' 85 | return (((uint16_t)th->th_x2 << 8) | th->th_flags); | ^~~~~ /usr/include/netinet/tcp.h: In function 'void __tcp_set_flags(tcphdr*, uint16_t)': /usr/include/netinet/tcp.h:91:13: error: 'struct tcphdr' has no member named 'th_x2' 91 | th->th_x2 = (flags >> 8) & 0x0f; | ^~~~~
Diffstat (limited to 'devel/socket_wrapper/distinfo')
0 files changed, 0 insertions, 0 deletions