From b5c9e8c7128927f107a2c3a9079d5f86035cb7ae Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 27 Nov 2015 17:00:25 +0000 Subject: [PATCH] extra/opus: v5 fix --- extra/opus/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/extra/opus/PKGBUILD b/extra/opus/PKGBUILD index 4421352ba..59ff6756e 100644 --- a/extra/opus/PKGBUILD +++ b/extra/opus/PKGBUILD @@ -1,11 +1,10 @@ -# $Id: PKGBUILD 200804 2013-12-05 18:41:22Z heftig $ +# $Id$ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot # Contributor: DrZaius # Contributor: pumbur -# ALARM: Matthias Grosser -# - added --enable-fixed-point to configure for armel +# Remove when bumped upstream pkgname=opus pkgver=1.1.1 @@ -20,8 +19,7 @@ md5sums=('cfb354d4c65217ca32a762f8ab15f2ac') build() { cd $pkgname-$pkgver - [[ $CARCH == 'arm' ]] && CONFIG='--enable-fixed-point' - ./configure --prefix=/usr --enable-custom-modes --disable-static $CONFIG + ./configure --prefix=/usr --enable-custom-modes --disable-static make }