diff options
Diffstat (limited to 'extra/soundtouch')
-rw-r--r-- | extra/soundtouch/PKGBUILD | 11 |
1 files changed, 11 insertions, 0 deletions
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 |