$OpenBSD: patch-src_translations_cpp,v 1.2 2017/12/27 22:00:17 bcallah Exp $

Index: src/translations.cpp
--- src/translations.cpp.orig
+++ src/translations.cpp
@@ -176,7 +176,7 @@ void set_language()
 
     // Step 2. Bind to gettext domain.
     std::string locale_dir;
-#if (defined __linux__ || (defined MACOSX && !defined TILES))
+#if (defined __linux__ || defined __OpenBSD__ || (defined MACOSX && !defined TILES))
     if( !FILENAMES["base_path"].empty() ) {
         locale_dir = FILENAMES["base_path"] + "share/locale";
     } else {
