summaryrefslogtreecommitdiff
path: root/extra/qt5-declarative/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-17 21:12:37 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-17 21:12:37 +0100
commitcd8f74b97efa77c7bd3ccbf730734a7079a0167d (patch)
tree2e3ab703abf5a66e491b34d9318ebd3cd59e9bef /extra/qt5-declarative/PKGBUILD
parent065e5732737f06bc3d52e96b21771aac1e406206 (diff)
downloadpackages-cd8f74b97efa77c7bd3ccbf730734a7079a0167d.tar.xz
extra/qt5-declarative: disable SSE2
Diffstat (limited to 'extra/qt5-declarative/PKGBUILD')
-rw-r--r--extra/qt5-declarative/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/qt5-declarative/PKGBUILD b/extra/qt5-declarative/PKGBUILD
new file mode 100644
index 00000000..4613e09b
--- /dev/null
+++ b/extra/qt5-declarative/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f build | \
+ sed '
+ s@./configure@./configure -no-sse2@g
+ '
+)"