$OpenBSD: patch-libs_filesystem_src_path_cpp,v 1.4 2015/07/10 07:25:06 jasper Exp $

Fix "std::runtime_error: locale::facet::_S_create_c_locale name not valid"
error on OpenBSD when using non-C locales.
https://svn.boost.org/trac/boost/ticket/11447

--- libs/filesystem/src/path.cpp.orig	Fri Jun 26 11:39:27 2015
+++ libs/filesystem/src/path.cpp	Fri Jun 26 11:40:36 2015
@@ -36,7 +36,7 @@
 # include "windows_file_codecvt.hpp"
 # include <windows.h>
 #elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) \
- || defined(__FreeBSD__) || defined(__OPEN_BSD__) || defined(__HAIKU__)
+ || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__HAIKU__)
 # include <boost/filesystem/detail/utf8_codecvt_facet.hpp>
 #endif
 
