aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-third__party_abseil-cpp_absl_base_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-third__party_abseil-cpp_absl_base_config.h')
-rw-r--r--devel/electron33/files/patch-third__party_abseil-cpp_absl_base_config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/electron33/files/patch-third__party_abseil-cpp_absl_base_config.h b/devel/electron33/files/patch-third__party_abseil-cpp_absl_base_config.h
deleted file mode 100644
index 31be92260938..000000000000
--- a/devel/electron33/files/patch-third__party_abseil-cpp_absl_base_config.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- third_party/abseil-cpp/absl/base/config.h.orig 2024-08-14 20:55:11 UTC
-+++ third_party/abseil-cpp/absl/base/config.h
-@@ -412,7 +412,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] !=
- #ifdef ABSL_HAVE_SCHED_YIELD
- #error ABSL_HAVE_SCHED_YIELD cannot be directly set
- #elif defined(__linux__) || defined(__ros__) || defined(__native_client__) || \
-- defined(__VXWORKS__)
-+ defined(__VXWORKS__) || defined(__OpenBSD__) || defined(__FreeBSD__)
- #define ABSL_HAVE_SCHED_YIELD 1
- #endif
-
-@@ -427,7 +427,8 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] !=
- // platforms.
- #ifdef ABSL_HAVE_SEMAPHORE_H
- #error ABSL_HAVE_SEMAPHORE_H cannot be directly set
--#elif defined(__linux__) || defined(__ros__) || defined(__VXWORKS__)
-+#elif defined(__linux__) || defined(__ros__) || defined(__VXWORKS__) || \
-+ defined(__OpenBSD__) || defined(__FreeBSD__)
- #define ABSL_HAVE_SEMAPHORE_H 1
- #endif
-