$OpenBSD: patch-chrome_browser_first_run_first_run_internal_posix_cc,v 1.2 2016/05/27 06:28:20 robert Exp $
--- chrome/browser/first_run/first_run_internal_posix.cc.orig.port	Wed May 25 04:54:09 2016
+++ chrome/browser/first_run/first_run_internal_posix.cc	Thu May 26 08:09:41 2016
@@ -24,7 +24,7 @@ namespace first_run {
 namespace internal {
 
 void DoPostImportPlatformSpecificTasks(Profile* profile) {
-#if !defined(OS_CHROMEOS)
+#if !defined(OS_CHROMEOS) && !defined(OS_BSD)
   base::FilePath local_state_path;
   PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
   bool local_state_file_exists = base::PathExists(local_state_path);
