summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-127-bindgen-include-temporary.patch
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2025-06-20 19:56:17 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2025-06-20 19:56:17 -0400
commitfa8402946a8ab82361b813735d9ded9267ed7b86 (patch)
tree72a8376052ee7fbf667afdc13f5dafa22943c4e7 /www-client/chromium/files/chromium-127-bindgen-include-temporary.patch
parentc7a5f709d1082c968116f06adcdf16dc7ffcff53 (diff)
downloadppo-fa8402946a8ab82361b813735d9ded9267ed7b86.tar.xz
chromium 139.0.7246.0 and cleanup
Diffstat (limited to 'www-client/chromium/files/chromium-127-bindgen-include-temporary.patch')
-rw-r--r--www-client/chromium/files/chromium-127-bindgen-include-temporary.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/www-client/chromium/files/chromium-127-bindgen-include-temporary.patch b/www-client/chromium/files/chromium-127-bindgen-include-temporary.patch
deleted file mode 100644
index 570cce8..0000000
--- a/www-client/chromium/files/chromium-127-bindgen-include-temporary.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/build/rust/rust_bindgen.gni b/build/rust/rust_bindgen.gni
-index bf110ca93c..654ddf5f0b 100644
---- a/build/rust/rust_bindgen.gni
-+++ b/build/rust/rust_bindgen.gni
-@@ -152,6 +152,8 @@ template("rust_bindgen") {
- clang_resource_dir,
- ]
-
-+ args += [ "-I" + rebase_path(sysroot + "/usr/lib/clang/17/include/", root_build_dir) ]
-+
- # The `--sysroot` flag is not working as expected and gets ignored (we don't
- # fully understand why, see b/328510249). But we add `-isystem` to point at
- # the headers in the sysroot which are otherwise not found.