$OpenBSD: patch-ECtools_zarafa-admin_zarafa-admin_cpp,v 1.5 2014/04/07 13:46:06 robert Exp $
--- ECtools/zarafa-admin/zarafa-admin.cpp.orig	Mon Mar 31 13:45:37 2014
+++ ECtools/zarafa-admin/zarafa-admin.cpp	Sun Apr  6 19:53:26 2014
@@ -2718,11 +2718,13 @@ int main(int argc, char* argv[])
 		case OPT_UTF8: {
 			// set early, so other arguments are parsed in this charset.
 			std::string locale;
+#ifndef __OpenBSD__
 			if (!forceUTF8Locale(false, &locale)) {
 				cerr << "Your system does not have the '" << locale << "' locale installed." << endl;
 				cerr << "Please install this locale before creating new users." << endl;
 				return 1;
 			}
+#endif
 			break;
 		}
 		case OPT_FORCE_RESYNC:
