ports/databases/mongosh/files/node-patches/005-src_cares__wrap.h
Fabien Amelinck 31d8a7eb34
databases/mongosh: new port
Standalone MongoDB Shell replacing deprecated Mongo CLI.
NodeJS doesn't need to be installed.

PR:	279519
2024-11-21 09:52:59 +01:00

11 lines
233 B
C++

--- a/src/cares_wrap.h 2023-05-16 06:58:21 UTC
+++ b/src/cares_wrap.h
@@ -23,7 +23,7 @@
# include <netdb.h>
#endif // __POSIX__
-# include <ares_nameser.h>
+# include <arpa/nameser.h>
namespace node {
namespace cares_wrap {