summaryrefslogtreecommitdiff
path: root/www/node20/files/patch-src_cares__wrap.h
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-19 05:35:24 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-19 05:36:11 +0800
commitbe89471e0312169a11b2e9b619e720cb044292e7 (patch)
treeeaaf6a7e487cc6b788d863862c9d070b7bc64854 /www/node20/files/patch-src_cares__wrap.h
parentnet/gupnp-igd12: Add gupnp-igd12 1.2.0 (copied from gupnp-igd) (diff)
www/node20: Add node20 20.0.0
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
Diffstat (limited to 'www/node20/files/patch-src_cares__wrap.h')
-rw-r--r--www/node20/files/patch-src_cares__wrap.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/node20/files/patch-src_cares__wrap.h b/www/node20/files/patch-src_cares__wrap.h
new file mode 100644
index 000000000000..7f57f6d8b333
--- /dev/null
+++ b/www/node20/files/patch-src_cares__wrap.h
@@ -0,0 +1,11 @@
+--- src/cares_wrap.h.orig 2021-08-18 22:13:12 UTC
++++ src/cares_wrap.h
+@@ -22,7 +22,7 @@
+ # include <netdb.h>
+ #endif // __POSIX__
+
+-# include <ares_nameser.h>
++# include <arpa/nameser.h>
+
+ namespace node {
+ namespace cares_wrap {