summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-06-09 06:59:39 +0000
committer Eric Hameleers <alien@slackware.com>2019-06-09 06:59:39 +0000
commit93b8a7587f58c80e09be08a6ff67b4fb15da29d8 (patch)
treeca30c70bbbc02c47ebf5db6ad3d49e64226151c1
parent3e30d3498492e872b2106709a34a456f56da7989 (diff)
downloadasb-93b8a7587f58c80e09be08a6ff67b4fb15da29d8.tar.gz
asb-93b8a7587f58c80e09be08a6ff67b4fb15da29d8.tar.xz
chromium: make the 75.0.3770.80 sources compile.
-rwxr-xr-xchromium/build/chromium.SlackBuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index a4396500..5d651602 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -685,14 +685,7 @@ fi
# When compiling google's clang, use the system cmake
# (prebuilt binary from google is only available as 64bit):
-sed -i tools/clang/scripts/build.py -e 's/^ *AddCMakeToPath/#&/'
-
-# This header file is missing, so we need to generate it; code found in the
-# DEPS file https://chromium.googlesource.com/chromium/src/+/master/DEPS:
-python2 build/util/lastchange.py \
- --version-macro=GPU_LISTS_VERSION \
- --revision-id-only \
- --header=gpu/config/gpu_lists_version.h
+sed -i tools/clang/scripts/update.py -e 's/^ *AddCMakeToPath/#&/'
# Explicitly use Python 2:
find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +