diff options
Diffstat (limited to 'databases/mongosh/files/node-modules-patches/patch-node__modules_kerberos_binding.gyp')
-rw-r--r-- | databases/mongosh/files/node-modules-patches/patch-node__modules_kerberos_binding.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongosh/files/node-modules-patches/patch-node__modules_kerberos_binding.gyp b/databases/mongosh/files/node-modules-patches/patch-node__modules_kerberos_binding.gyp index 089a54df37ae..c0f0668169eb 100644 --- a/databases/mongosh/files/node-modules-patches/patch-node__modules_kerberos_binding.gyp +++ b/databases/mongosh/files/node-modules-patches/patch-node__modules_kerberos_binding.gyp @@ -15,7 +15,7 @@ - ['(OS=="mac" or OS=="linux") and (kerberos_use_rtld!="true")', { + ['(OS=="mac" or OS=="linux" or OS=="freebsd") and (kerberos_use_rtld!="true")', { + 'include_dirs': [ -+ '/usr/local/include' ++ '%%LOCALBASE%%/include' + ], 'link_settings': { 'libraries': [ |