ports/www/node18/files/patch-src_cares__wrap.h
Muhammad Moinur Rahman b29e56a84d www/node18: 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:08 +02:00

11 lines
234 B
C++

--- src/cares_wrap.h.orig 2023-04-12 04:09:19 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 {