From 36b3d6a61ec0f620a2bc2d956b4bcb7be1eeff9d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 20 Mar 2018 18:33:45 +0100 Subject: extra/qt5-declarative: added Debian no-SSE2 patch --- extra/qt5-declarative/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extra/qt5-declarative/PKGBUILD (limited to 'extra/qt5-declarative/PKGBUILD') diff --git a/extra/qt5-declarative/PKGBUILD b/extra/qt5-declarative/PKGBUILD new file mode 100644 index 00000000..4b0c4b87 --- /dev/null +++ b/extra/qt5-declarative/PKGBUILD @@ -0,0 +1,13 @@ +# see https://bugreports.qt.io/browse/QTBUG-35430 +# and https://lists.debian.org/debian-qt-kde/2015/10/msg00388.html +# and https://packages.debian.org/sid/qtdeclarative5-dev + +source+=(Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch) +sha256sums+=('26120747f744571f2ead15c904fcd8d60e0c94fb538c711ae6051ab02d418e0d') + +eval "$( + declare -f prepare | \ + sed ' + /cd/a patch -Np1 -i ../Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch + ' +)" -- cgit v1.2.3-54-g00ecf