summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-node__modules_kerberos_binding.gyp
blob: df3fa94b1c682848651412d2938c9d85ae8b698c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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',