summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h
blob: d4937d88891e157c18a26b6c9ea85a777818bc8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/libphonenumber/dist/cpp/src/phonenumbers/base/synchronization/lock.h.orig	2022-02-07 13:39:41 UTC
+++ third_party/libphonenumber/dist/cpp/src/phonenumbers/base/synchronization/lock.h
@@ -63,7 +63,8 @@ class Lock { (private)
 // Dummy lock implementation on non-POSIX platforms. If you are running on a
 // different platform and care about thread-safety, please compile with
 // -DI18N_PHONENUMBERS_USE_BOOST.
-#elif !defined(__linux__) && !defined(__APPLE__)
+#elif !defined(__linux__) && !defined(__APPLE__) && !defined(__OpenBSD__) && \
+      !defined(__FreeBSD__)	
 
 namespace i18n {
 namespace phonenumbers {