summaryrefslogtreecommitdiff
path: root/community/lash/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lash/PKGBUILD')
-rw-r--r--community/lash/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lash/PKGBUILD b/community/lash/PKGBUILD
index 16390c3ec..5e9c66475 100644
--- a/community/lash/PKGBUILD
+++ b/community/lash/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.6.0~rc2
_relver=0.6.0.594
pkgrel=6
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
}