Files
chromium-dev/chromium-141-no_cxx_modules.patch
Ruediger Oertel 5603f789fb add more patches for build issues
chromium-141-csss_style_sheet.patch
chromium-141-use_libcxx_modules.patch
modify chromium-141-no_cxx_modules.patch
2025-10-02 18:01:52 +02:00

15 lines
630 B
Diff

--- chromium-141.0.7390.37/third_party/pthreadpool/chromium/jobs.cc 2025/10/02 13:48:22 1.1
+++ chromium-141.0.7390.37/third_party/pthreadpool/chromium/jobs.cc 2025/10/02 13:50:01
@@ -22,9 +22,10 @@
// Note that we can't use #if !defined(__cpp_module) due to it not actually
// being defined - see https://github.com/llvm/llvm-project/issues/71364 and
// https://github.com/llvm/llvm-project/blob/b251c29af45d3440374f53bb4c1645e5968593f7/clang/lib/Frontend/InitPreprocessor.cpp#L747
-#ifndef USE_LIBCXX_MODULES
+#if 1
#include <atomic>
#define _LIBCPP_STDATOMIC_H
+#define __CLANG_STDATOMIC_H
using namespace std;
#endif