Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/zita-resampler/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/zita-resampler/PKGBUILD')
-rw-r--r--extra/zita-resampler/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/zita-resampler/PKGBUILD b/extra/zita-resampler/PKGBUILD
new file mode 100644
index 00000000..9cc348a7
--- /dev/null
+++ b/extra/zita-resampler/PKGBUILD
@@ -0,0 +1,10 @@
+# SSE2 only for pentium4, not for i686/i486
+if [ "${CARCH}" = "i686" ] || [ "${CARCH}" = "i486" ]; then
+ eval "$(
+ declare -f prepare | \
+ sed '
+ /native/ a \
+ sed -i '\''/-DENABLE_SSE2/d'\'' source/Makefile
+ '
+ )"
+fi