summaryrefslogtreecommitdiff
path: root/extra/qt5-webengine
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qt5-webengine')
-rw-r--r--extra/qt5-webengine/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/qt5-webengine/PKGBUILD b/extra/qt5-webengine/PKGBUILD
index c01280e8..3bd004a4 100644
--- a/extra/qt5-webengine/PKGBUILD
+++ b/extra/qt5-webengine/PKGBUILD
@@ -1,3 +1,10 @@
+eval "$(
+ declare -f prepare | \
+ sed '
+ $ i find ${srcdir} -type f -name 'BUILD.gn' -exec sed -i "/-Wl,--fatal-warnings/d" {} \+
+ '
+)"
+
# disable ICU in webengine (why?)
eval "$(
declare -f build | \