diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-07 07:45:00 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-07 09:25:08 +0200 |
commit | b29e56a84d27ac914faa3cab5343e492018e842f (patch) | |
tree | 73cc924939f5f69cd481c9373cc925f6b3014234 /www/node18/files/patch-src_cares__wrap.h | |
parent | textproc/kmfl-european-latin: Fix build on 14 (diff) |
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)
Diffstat (limited to 'www/node18/files/patch-src_cares__wrap.h')
-rw-r--r-- | www/node18/files/patch-src_cares__wrap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/node18/files/patch-src_cares__wrap.h b/www/node18/files/patch-src_cares__wrap.h index 7f57f6d8b333..ab73ea7d2c4e 100644 --- a/www/node18/files/patch-src_cares__wrap.h +++ b/www/node18/files/patch-src_cares__wrap.h @@ -1,6 +1,6 @@ ---- src/cares_wrap.h.orig 2021-08-18 22:13:12 UTC +--- src/cares_wrap.h.orig 2023-04-12 04:09:19 UTC +++ src/cares_wrap.h -@@ -22,7 +22,7 @@ +@@ -23,7 +23,7 @@ # include <netdb.h> #endif // __POSIX__ |