mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Upstream has migrated from long obsolete yarn v1 to npm as node package manager. So make necessary changes to Makefile to follow the migration. While here, remove REH (remote extension host) option which is no-op in package building. Users who want to build remote extension host can now use dedicated make target "build-remote-extension-host". Changelog: https://code.visualstudio.com/updates/v1_94 Reported by: GitHub (watch releases)
11 lines
361 B
Python
11 lines
361 B
Python
--- node_modules/kerberos/binding.gyp.orig 2024-09-09 06:45:52 UTC
|
|
+++ node_modules/kerberos/binding.gyp
|
|
@@ -54,7 +54,7 @@
|
|
]
|
|
}
|
|
}],
|
|
- ['OS=="mac" or OS=="linux"', {
|
|
+ ['OS=="mac" or OS=="linux" or OS=="freebsd"', {
|
|
'sources': [
|
|
'src/unix/base64.cc',
|
|
'src/unix/kerberos_gss.cc',
|