$OpenBSD: patch-base_native_library_posix_cc,v 1.1 2016/10/27 18:30:40 robert Exp $
--- base/native_library_posix.cc.orig.port	Thu Oct 20 11:34:10 2016
+++ base/native_library_posix.cc	Thu Oct 20 11:34:27 2016
@@ -30,7 +30,7 @@ NativeLibrary LoadNativeLibraryWithOptions(const FileP
   // http://crbug.com/17943, http://crbug.com/17557, http://crbug.com/36892,
   // and http://crbug.com/40794.
   int flags = RTLD_LAZY;
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_BSD)
   // Android dlopen() requires further investigation, as it might vary across
   // versions. Crash here to warn developers that they're trying to rely on
   // uncertain behavior.
