pkgsrc-wip/chromium/patches/patch-base_files_file__path...

14 lines
429 B
C++

$NetBSD$
--- base/files/file_path_unittest.cc.orig 2020-06-25 09:31:18.000000000 +0000
+++ base/files/file_path_unittest.cc
@@ -1149,7 +1149,7 @@ TEST_F(FilePathTest, FromUTF8Unsafe_And_
"\xEF\xBC\xA1\xEF\xBC\xA2\xEF\xBC\xA3.txt" },
};
-#if !defined(SYSTEM_NATIVE_UTF8) && defined(OS_LINUX)
+#if !defined(SYSTEM_NATIVE_UTF8) && (defined(OS_LINUX) || defined(OS_BSD))
ScopedLocale locale("en_US.UTF-8");
#endif