mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
databases/libcouchbase: Fix build
Approved by: portmgr (blanket)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user