summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86b8f35142ac..2754ef1c99e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -83,6 +83,8 @@ prepare() {
cd "$srcdir/chromium-${_chromium_version}"
+ msg2 'Fixing compile time bug on gcc9'
+ patch -p1 --igonre-whitespaces -i ../../gcc-9-fix.patch --no-backup-if-mismatch
msg2 'Pruning binaries'
python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list"
msg2 'Applying patches'