mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
11 lines
705 B
C++
11 lines
705 B
C++
--- src/phonenumbers/base/thread_checker.h.orig 2020-06-18 13:06:40 UTC
|
|
+++ src/phonenumbers/base/thread_checker.h
|
|
@@ -22,7 +22,7 @@
|
|
// Note that I18N_PHONENUMBERS_NO_THREAD_SAFETY must be defined only to let the
|
|
// user of the library know that it can't be used in a thread-safe manner when
|
|
// it is not depending on Boost.
|
|
-#if !defined(__linux__) && !defined(__APPLE__) && !defined(I18N_PHONENUMBERS_HAVE_POSIX_THREAD) && \
|
|
+#if !defined(__linux__) && !defined(__APPLE__) && !defined(I18N_PHONENUMBERS_HAVE_POSIX_THREAD) && !defined(__FreeBSD__) \
|
|
!defined(I18N_PHONENUMBERS_NO_THREAD_SAFETY) && \
|
|
!((__cplusplus >= 201103L) && defined(I18N_PHONENUMBERS_USE_STDMUTEX)) && \
|
|
!defined(WIN32)
|