mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
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)
11 lines
234 B
C++
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 {
|