summaryrefslogtreecommitdiff
path: root/community/lash/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lash/PKGBUILD')
-rw-r--r--community/lash/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lash/PKGBUILD b/community/lash/PKGBUILD
index 16390c3ec..bf3632c61 100644
--- a/community/lash/PKGBUILD
+++ b/community/lash/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=lash
pkgver=0.6.0~rc2
_relver=0.6.0.594
-pkgrel=6
+pkgrel=6.1
pkgdesc="A session management system for JACK and ALSA"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
options=('!libtool')
#url="http://lash-audio.org"
url="http://lash.nongnu.org/"
@@ -26,7 +26,7 @@ build() {
export PYTHON="python2"
sed -i "s#env python#&2#" clients/lash_control
- ./configure --prefix=/usr
+ ./configure --prefix=/usr LIBS=-lm
make
}