ports/security/bitwarden-cli/files/node/patch-src_cares__wrap.h
Hiroki Tagato 43b9a30a5c security/bitwarden-cli: update to 2024.1.0
While here, modify and host FreeBSD node patch files so that they can
be cleanly applied to node 18.15.0, which is needed by this port.

Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.1.0

Reported by:	GitHub (watch releases)
2024-01-16 13:00:58 +09:00

11 lines
234 B
C++

--- src/cares_wrap.h.orig 2023-03-05 06:42:54 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 {