summaryrefslogtreecommitdiff
path: root/extra/qt5-declarative/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qt5-declarative/PKGBUILD')
-rw-r--r--extra/qt5-declarative/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/qt5-declarative/PKGBUILD b/extra/qt5-declarative/PKGBUILD
deleted file mode 100644
index 387fb122..00000000
--- a/extra/qt5-declarative/PKGBUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-# disable croaking about missing SSE2 for WASM (web assemblies) when
-# instantiating a Javascript engine
-
-source+=(qtdeclarative-everywhere-src-5.12.3-no-sse2-non-fatal.patch)
-sha256sums+=('5dce1799db9c4bca10006eb4a4980ffa74d6da5b18ab02f31a5267c44338b765')
-
-eval "$(
- declare -f prepare | \
- sed '
- /cd/a if [ "${CARCH}" != "pentium4" ]; then patch -Np1 -i ../qtdeclarative-everywhere-src-5.12.3-no-sse2-non-fatal.patch; fi
- '
-)"