diff options
| author | Stephan Hartmann <sultan@gentoo.org> | 2022-01-30 09:36:59 +0100 |
|---|---|---|
| committer | Stephan Hartmann <sultan@gentoo.org> | 2022-01-30 09:37:35 +0100 |
| commit | c65f1fb18943313a621d8cce43d0a68ebf65d2f4 (patch) | |
| tree | 904173e78352338a71e9454238dec4c6e6184e95 /www-client/chromium/files/chromium-cross-compile.patch | |
| parent | bccfb1c6e5cd0335637d8be26406d224e63bb735 (diff) | |
| download | gentoo-c65f1fb18943313a621d8cce43d0a68ebf65d2f4.tar.gz gentoo-c65f1fb18943313a621d8cce43d0a68ebf65d2f4.tar.bz2 gentoo-c65f1fb18943313a621d8cce43d0a68ebf65d2f4.zip | |
www-client/chromium: dev channel bump to 99.0.4844.11
- improve headless builds
- fix cross compiling
- remove CHROMIUM_FORCE_LIBCXX and add USE=libcxx instead
- allow building with GTK4
Bug: https://bugs.gentoo.org/786597
Bug: https://bugs.gentoo.org/828442
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'www-client/chromium/files/chromium-cross-compile.patch')
| -rw-r--r-- | www-client/chromium/files/chromium-cross-compile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-cross-compile.patch b/www-client/chromium/files/chromium-cross-compile.patch new file mode 100644 index 000000000000..430ceb7a4924 --- /dev/null +++ b/www-client/chromium/files/chromium-cross-compile.patch @@ -0,0 +1,12 @@ +--- a/build/toolchain/linux/unbundle/BUILD.gn ++++ b/build/toolchain/linux/unbundle/BUILD.gn +@@ -35,7 +35,7 @@ gcc_toolchain("host") { + extra_ldflags = getenv("BUILD_LDFLAGS") + + toolchain_args = { +- current_cpu = current_cpu +- current_os = current_os ++ current_cpu = host_cpu ++ current_os = host_os + } + } |
