Index: modcargo-crates/v8-0.99.0/build/config/sysroot.gni
--- modcargo-crates/v8-0.99.0/build/config/sysroot.gni.orig
+++ modcargo-crates/v8-0.99.0/build/config/sysroot.gni
@@ -19,9 +19,9 @@ declare_args() {
 
   # Controls default is_linux sysroot. If set to true, and sysroot
   # is empty, default sysroot is calculated.
-  use_sysroot = current_cpu == "x86" || current_cpu == "x64" ||
+  use_sysroot = !is_bsd && (current_cpu == "x86" || current_cpu == "x64" ||
                 current_cpu == "arm" || current_cpu == "arm64" ||
-                current_cpu == "mipsel" || current_cpu == "mips64el"
+                current_cpu == "mipsel" || current_cpu == "mips64el")
 }
 
 if (sysroot == "") {
