$OpenBSD: patch-ui_app_list_app_list_menu_cc,v 1.4 2016/10/27 18:30:41 robert Exp $
--- ui/app_list/app_list_menu.cc.orig.port	Wed Oct 19 13:54:06 2016
+++ ui/app_list/app_list_menu.cc	Wed Oct 19 13:54:28 2016
@@ -30,7 +30,7 @@ void AppListMenu::InitMenu() {
   // only 1 user.
   if (users_.size() > 1) {
     for (size_t i = 0; i < users_.size(); ++i) {
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
       menu_model_.AddItem(SELECT_PROFILE + i, users_[i].name);
       int menu_index = menu_model_.GetIndexOfCommandId(SELECT_PROFILE + i);
       menu_model_.SetSublabel(menu_index, users_[i].email);
