Skip to content

Commit

Permalink
www-client/ungoogled-chromium: nah
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Nov 20, 2024
1 parent f1e2692 commit f974f52
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ UGC_COMMIT_ID="fa1a8c4816e3c633e4068877b847cc0780400eaa"
CROMITE_COMMIT_ID="5ae31e6b965f3f62c1ad886b5c843921baeedaea"

declare -A CHROMIUM_COMMITS=(
["587c2cf8b11d3c32fa26887063eda3171a3d353e"]="third_party/ruy/src"
["587c2cf8b11d3c32fa26887063eda3171a3d353e"]="third_party/ruy/src"
["-84fcdd0620a72aa73ea521c682fb246067f2c14d"]="."
)

Expand Down Expand Up @@ -485,11 +485,11 @@ src_prepare() {
fi
done

# We can't use the bundled compiler builtins with the system toolchain
# `grep` is a development convenience to ensure we fail early when google changes something.
local builtins_match="if (is_clang && !is_nacl && !is_cronet_build) {"
grep -q "${builtins_match}" build/config/compiler/BUILD.gn || die "Failed to disable bundled compiler builtins"
sed -i -e "/${builtins_match}/,+2d" build/config/compiler/BUILD.gn
# # We can't use the bundled compiler builtins with the system toolchain
# # `grep` is a development convenience to ensure we fail early when google changes something.
# local builtins_match="if (is_clang && !is_nacl && !is_cronet_build) {"
# grep -q "${builtins_match}" build/config/compiler/BUILD.gn || die "Failed to disable bundled compiler builtins"
# sed -i -e "/${builtins_match}/,+2d" build/config/compiler/BUILD.gn

if use ppc64; then
# Above this level there are ungoogled-chromium patches that we can't apply
Expand Down

0 comments on commit f974f52

Please sign in to comment.