aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files/node_modules/patch-remote_node__modules__at_parcel_watcher_binding.gyp
diff options
context:
space:
mode:
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"', {