From dfacbd3e97a56e9fdbd404758926ffeed9d7a71d Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 26 Mar 2013 20:19:04 +0000 Subject: [PATCH] Mention using non-C locales. --- devel/boost/patches/patch-libs_filesystem_src_path_cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/boost/patches/patch-libs_filesystem_src_path_cpp b/devel/boost/patches/patch-libs_filesystem_src_path_cpp index 2a2d00e76ed..02acc3874d2 100644 --- a/devel/boost/patches/patch-libs_filesystem_src_path_cpp +++ b/devel/boost/patches/patch-libs_filesystem_src_path_cpp @@ -1,7 +1,7 @@ -$OpenBSD: patch-libs_filesystem_src_path_cpp,v 1.1 2013/03/26 20:15:10 brad Exp $ +$OpenBSD: patch-libs_filesystem_src_path_cpp,v 1.2 2013/03/26 20:19:04 brad Exp $ Fix "std::runtime_error: locale::facet::_S_create_c_locale name not valid" -error on OpenBSD. +error on OpenBSD when using non-C locales. --- libs/filesystem/src/path.cpp.orig Mon Apr 16 09:36:28 2012 +++ libs/filesystem/src/path.cpp Tue Mar 26 15:47:25 2013