summaryrefslogtreecommitdiff
path: root/community/zita-convolver/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zita-convolver/PKGBUILD')
-rw-r--r--community/zita-convolver/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
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 <speps at aur dot archlinux dot org>
# Contributor: Philipp Überbacher <murks at lavabit dot com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
@@ -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 \