mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
databases/libcouchbase: Fix build
Approved by: portmgr (blanket)
This commit is contained in:
parent
f66ba23073
commit
fff552e2f3
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
--- plugins/io/libuv/libuv_compat.h.orig 2023-06-03 18:58:46 UTC
|
||||
+++ plugins/io/libuv/libuv_compat.h
|
||||
@@ -35,6 +35,10 @@
|
||||
#define UNKNOWN -1
|
||||
#endif
|
||||
|
||||
+#ifndef ENODATA
|
||||
+#define ENODATA EPIPE
|
||||
+#endif
|
||||
+
|
||||
#ifndef EAIFAMNOSUPPORT
|
||||
#define EAIFAMNOSUPPORT EAI_FAMILY
|
||||
#endif
|
Loading…
Add table
Reference in a new issue