summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryoungunix2019-06-25 15:47:32 -0500
committeryoungunix2019-06-25 15:47:32 -0500
commit5ed3ef1d0b41ecd8b8bcd7a36c367bb6d98d226b (patch)
treec8d76658c3daa3a1f2ca1b80de420464a47d8e5d /PKGBUILD
parent977587ddc43b050ec69ba5bb07d9a655cda0fb0a (diff)
downloadaur-5ed3ef1d0b41ecd8b8bcd7a36c367bb6d98d226b.tar.gz
version update
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'