$OpenBSD: patch-ECtools_zarafa-admin_zarafa-admin_cpp,v 1.4 2013/03/31 13:01:19 robert Exp $
--- ECtools/zarafa-admin/zarafa-admin.cpp.orig	Thu Feb 28 17:13:17 2013
+++ ECtools/zarafa-admin/zarafa-admin.cpp	Sun Mar 31 14:29:43 2013
@@ -2745,11 +2745,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:
