summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8922831604a..851e5629431c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,6 +66,11 @@ build() {
# -developer-build \
# -separate-debug-info \
+ # patch
+ local _webenginefileoverride="${_srcdir}/qtwebengine/tools/qmake/mkspecs/features/functions.prf"
+ sed -i "s/linux-clang/linux*/" ${_webenginefileoverride}
+ # end patch
+
${_srcdir}/configure \
-qreal float \
-release \