summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Playfair Cal2019-02-15 09:03:18 +1100
committerDaniel Playfair Cal2019-02-15 09:03:18 +1100
commitaea42a1152bffdab0b597c82c40ea88363d1f42d (patch)
treefc4102de6dd21477570908ea538df1ee3ff8157e /PKGBUILD
parenta9841652bac3c4f9a795c3b8745ee88af5e0d2e9 (diff)
downloadaur-chromium-ozone-wayland-git.tar.gz
Remove -Qunused-arguments flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52611395fe92..776076cda506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=chromium-ozone-wayland-git
pkgver=74.0.3703.0+24+5c0e21aca5
-pkgrel=1
+pkgrel=2
_launcher_ver=6
pkgdesc="Chromium built from the Igalia fork with experimental Wayland support via Ozone"
arch=('x86_64')
@@ -136,6 +136,10 @@ prepare() {
build/config/compiler/BUILD.gn
sed -i \
+ -e '/"-Qunused-arguments"/d' \
+ build/config/compiler/BUILD.gn
+
+ sed -i \
-e '/"-fPIC"/d' \
build/config/compiler/BUILD.gn