aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files/node_modules/patch-remote_node__modules__at_parcel_watcher_binding.gyp
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2023-05-07 08:50:15 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2023-05-07 08:50:15 +0000
commite00ade28ed48734e8678019e215fdadd40d8a512 (patch)
treef549e65c974a82382ba47d2eea77de21f968a2c4 /editors/vscode/files/node_modules/patch-remote_node__modules__at_parcel_watcher_binding.gyp
parent2da279ebe6bdf2ca20eca737e682f9bfdaf8e27d (diff)
downloadports-e00ade28ed48734e8678019e215fdadd40d8a512.tar.gz
ports-e00ade28ed48734e8678019e215fdadd40d8a512.zip
editors/vscode: update to 1.78.0
Changelog: https://code.visualstudio.com/updates/v1_78 Reported by: GitHub (watch releases)
Diffstat (limited to 'editors/vscode/files/node_modules/patch-remote_node__modules__at_parcel_watcher_binding.gyp')
-rw-r--r--editors/vscode/files/node_modules/patch-remote_node__modules__at_parcel_watcher_binding.gyp23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/vscode/files/node_modules/patch-remote_node__modules__at_parcel_watcher_binding.gyp b/editors/vscode/files/node_modules/patch-remote_node__modules__at_parcel_watcher_binding.gyp
new file mode 100644
index 000000000000..d3079d24a61f
--- /dev/null
+++ b/editors/vscode/files/node_modules/patch-remote_node__modules__at_parcel_watcher_binding.gyp
@@ -0,0 +1,23 @@
+--- remote/node_modules/@parcel/watcher/binding.gyp.orig 2023-05-05 08:51:33 UTC
++++ remote/node_modules/@parcel/watcher/binding.gyp
+@@ -34,7 +34,7 @@
+ "ARCHS": ["arm64"]
+ }
+ }],
+- ['OS=="linux"', {
++ ['OS=="linux" or OS=="freebsd"', {
+ "sources": [
+ "src/watchman/BSER.cc",
+ "src/watchman/WatchmanBackend.cc",
+@@ -46,6 +46,11 @@
+ "WATCHMAN",
+ "INOTIFY",
+ "BRUTE_FORCE"
++ ]
++ }],
++ ['OS=="freebsd"', {
++ "libraries": [
++ "-linotify"
+ ]
+ }],
+ ['OS=="win"', {