aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h
blob: 4c849a52a084db31bd95245171a76f1e5d91eb33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/libphonenumber/dist/cpp/src/phonenumbers/base/memory/singleton.h.orig	2021-01-07 00:39:32 UTC
+++ third_party/libphonenumber/dist/cpp/src/phonenumbers/base/memory/singleton.h
@@ -56,7 +56,7 @@ template <class T> boost::once_flag Singleton<T>::flag
 #include "phonenumbers/base/logging.h"
 #include "phonenumbers/base/thread_checker.h"
 
-#if !defined(__linux__) && !defined(__APPLE__)
+#if !defined(__linux__) && !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
 
 namespace i18n {
 namespace phonenumbers {