$OpenBSD: patch-ECtools_zarafa-admin_zarafa-admin_cpp,v 1.3 2013/01/27 13:06:20 robert Exp $
--- ECtools/zarafa-admin/zarafa-admin.cpp.orig	Wed Dec  5 16:06:37 2012
+++ ECtools/zarafa-admin/zarafa-admin.cpp	Sun Jan 20 17:18:38 2013
@@ -2742,11 +2742,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:
