summarylogtreecommitdiffstats
path: root/002-unsupported.patch
diff options
context:
space:
mode:
authorkistlin2025-01-10 05:32:02 +0100
committerkistlin2025-01-10 05:32:02 +0100
commit502800b01689e5bc5a96eeb9e8a29a1f2bf81acc (patch)
tree0c2602768c5b6482aa84023f5a724b6408a1cc35 /002-unsupported.patch
parent955759007687d6a271fe8efcc423bc3cc802eaaf (diff)
downloadaur-502800b01689e5bc5a96eeb9e8a29a1f2bf81acc.tar.gz
chromium/6941
Diffstat (limited to '002-unsupported.patch')
-rw-r--r--002-unsupported.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/002-unsupported.patch b/002-unsupported.patch
new file mode 100644
index 000000000000..6b7831df509f
--- /dev/null
+++ b/002-unsupported.patch
@@ -0,0 +1,14 @@
+diff --git a/steps/04-install-extras.sh b/steps/04-install-extras.sh
+index cc577e5..e449931 100755
+--- a/steps/04-install-extras.sh
++++ b/steps/04-install-extras.sh
+@@ -8,7 +8,8 @@ pushd "$SOURCE"
+
+ case "$OS" in
+ linux)
+- build/install-build-deps.sh
++ patch ../pdfium/build/install-build-deps.py < ../003-apt-update.patch
++ build/install-build-deps.sh --unsupported
+ gclient runhooks
+ build/linux/sysroot_scripts/install-sysroot.py "--arch=$CPU"
+ ;;