ports/databases/mongosh/files/node-modules-patches/patch-node__modules_os-dns-native_binding.gyp
Fabien Amelinck 31d8a7eb34
databases/mongosh: new port
Standalone MongoDB Shell replacing deprecated Mongo CLI.
NodeJS doesn't need to be installed.

PR:	279519
2024-11-21 09:52:59 +01:00

13 lines
321 B
Python

--- node_modules/os-dns-native/binding.gyp.orig 2024-05-13 16:56:54 UTC
+++ node_modules/os-dns-native/binding.gyp
@@ -19,10 +19,6 @@
"link_settings": {
"libraries": ["-ldnsapi"]
}
- }, {
- "link_settings": {
- "libraries": ["-lresolv"]
- }
}]
]
}]