ports/www/node20/files/patch-src_cares__wrap.h
Muhammad Moinur Rahman 6370a26a67 www/node20: Fix build with OpenSSL 3
- This was tested only with OpenSSL 3 from base but not with
  openssl30 or openssl31 ports
- Refresh patches

PR:             271868
Reported by:    emaste
Approved by:    portmgr (blanket)
2023-06-07 09:25:09 +02:00

11 lines
234 B
C++

--- src/cares_wrap.h.orig 2023-05-16 06:58:21 UTC
+++ 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 {