mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
Standalone MongoDB Shell replacing deprecated Mongo CLI. NodeJS doesn't need to be installed. PR: 279519
13 lines
321 B
Python
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"]
|
|
- }
|
|
}]
|
|
]
|
|
}]
|