From 7d83e1bd7b16ea82f4dd8db12f6bcd59c85ebbc5 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 7 Feb 2022 03:47:04 +0000 Subject: [PATCH] extra/speex: update --- extra/speex/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/extra/speex/PKGBUILD b/extra/speex/PKGBUILD index bc41c344c..f16b24f5e 100644 --- a/extra/speex/PKGBUILD +++ b/extra/speex/PKGBUILD @@ -1,8 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jason Chu -# ALARM: Kevin Mihelich -# - enhancements for armv5 +# remove when bumped upstream pkgname=speex pkgver=1.2.0 @@ -17,9 +16,7 @@ sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094') build() { cd $pkgname-$pkgver - - [[ "$CARCH" == "arm" ]] && CONFIG="--enable-arm5e-asm --enable-fixed-point" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static $CONFIG \ + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \ --enable-binaries # Must be given or configure won't use pkg-config correctly make }