mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
Create a new port for the latest Node.js v16.x release, which will become the v16.x LTS release line. Update CONFLICTS for the existing Node.js ports to include the new node16 port and remove non-existent ports. https://nodejs.org/en/blog/release/v16.12.0/ MFH: 2021Q4 Sponsored by: Miles AS
11 lines
234 B
C++
11 lines
234 B
C++
--- src/cares_wrap.h.orig 2021-08-18 22:13:12 UTC
|
|
+++ src/cares_wrap.h
|
|
@@ -22,7 +22,7 @@
|
|
# include <netdb.h>
|
|
#endif // __POSIX__
|
|
|
|
-# include <ares_nameser.h>
|
|
+# include <arpa/nameser.h>
|
|
|
|
namespace node {
|
|
namespace cares_wrap {
|