/[packages]/cauldron/chromium-browser-stable/current/SOURCES/chromium-121-el7-clang-version-warning.patch
ViewVC logotype

Contents of /cauldron/chromium-browser-stable/current/SOURCES/chromium-121-el7-clang-version-warning.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2041299 - (show annotations) (download)
Wed Feb 14 21:25:17 2024 UTC (4 months, 3 weeks ago) by squidf
File size: 690 byte(s)
- New version 121.0.6167.184
- Update chrome-wrapper
- Set rust
- Add own vulkan libs
- Use llvm17
- Clean up ffmpeg patches
- Use bundled libxml

1 --- chromium-121.0.6167.57/third_party/libc++/src/include/__config.orig 2024-01-16 18:38:00.995930774 +0100
2 +++ chromium-121.0.6167.57/third_party/libc++/src/include/__config 2024-01-16 18:43:47.056517289 +0100
3 @@ -32,11 +32,7 @@
4
5 // Warn if a compiler version is used that is not supported anymore
6 // LLVM RELEASE Update the minimum compiler versions
7 -# if defined(_LIBCPP_CLANG_VER)
8 -# if _LIBCPP_CLANG_VER < 1600
9 -# warning "Libc++ only supports Clang 16 and later"
10 -# endif
11 -# elif defined(_LIBCPP_APPLE_CLANG_VER)
12 +# if defined(_LIBCPP_APPLE_CLANG_VER)
13 # if _LIBCPP_APPLE_CLANG_VER < 1500
14 # warning "Libc++ only supports AppleClang 15 and later"
15 # endif

  ViewVC Help
Powered by ViewVC 1.1.30