From 4e8a205e602e400c3b5e232570aabcd960f5a2d0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 15 Jan 2022 11:28:34 +0100 Subject: extra/soundtouch: trial to build without 64-bit assembly and optimizations --- extra/soundtouch/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 extra/soundtouch/PKGBUILD (limited to 'extra') diff --git a/extra/soundtouch/PKGBUILD b/extra/soundtouch/PKGBUILD new file mode 100644 index 00000000..0ea408f9 --- /dev/null +++ b/extra/soundtouch/PKGBUILD @@ -0,0 +1,11 @@ +# hotfix for changed git repo (already fixed upstream in staging) +source[0]="git+https://codeberg.org/soundtouch/soundtouch.git#tag=${_tag}" + +if [ "$CARCH" = 'i486' -o "$CARCH" = 'i686' ]; then + eval "$( + declare -f prepare | \ + sed ' + s|./configure|./configure --disable-x86-optimizations|g + ' + )" +fi -- cgit v1.2.3-54-g00ecf