From 4afc07385539524e7f85fe0d977b90bc6d124cfd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Jul 2013 01:43:30 -0700 Subject: Tue Jul 30 01:43:07 PDT 2013 --- community/zita-convolver/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'community/zita-convolver') diff --git a/community/zita-convolver/PKGBUILD b/community/zita-convolver/PKGBUILD index fee89316f..80ac28e5e 100644 --- a/community/zita-convolver/PKGBUILD +++ b/community/zita-convolver/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93759 2013-07-10 02:26:55Z speps $ +# $Id: PKGBUILD 94626 2013-07-29 00:15:08Z speps $ # Maintainer : speps # Contributor: Philipp Überbacher # Contributor: Stefan Husmann @@ -6,7 +6,7 @@ pkgname=zita-convolver pkgver=3.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A fast, partitioned convolution engine library." arch=('i686' 'x86_64') url="http://kokkinizita.linuxaudio.org/linuxaudio/" @@ -18,8 +18,11 @@ md5sums=('7e264d0fb0d8ea277cdb4e33d764c68a') prepare() { cd "$srcdir/$pkgname-$pkgver/libs" + # FS#36248 - strip -march=native + sed -i '/native/d' Makefile + # prevent ldconfig call - sed -i 's/ldconfig//' Makefile + sed -i '/ldconfig/d' Makefile } build() { @@ -29,7 +32,7 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver/libs" - make SUFFIX="" PREFIX=/usr DESTDIR="$pkgdir/" install + make SUFFIX="" PREFIX=/usr DESTDIR="$pkgdir/" install # missing softlink ln -s lib$pkgname.so.$pkgver \ -- cgit v1.2.3-54-g00ecf