summaryrefslogtreecommitdiff
path: root/extra/libffado/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libffado/PKGBUILD')
-rw-r--r--extra/libffado/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/libffado/PKGBUILD b/extra/libffado/PKGBUILD
index 772ebec46..b4d1fb454 100644
--- a/extra/libffado/PKGBUILD
+++ b/extra/libffado/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=libffado
pkgver=2.0.1
pkgrel=7
pkgdesc="Driver for FireWire audio devices"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.ffado.org/"
license=('GPL')
depends=('libiec61883' 'libavc1394' 'libsigc++'
@@ -34,6 +34,8 @@ build() {
if [ "$CARCH" = "x86_64" ]; then
sed -i "s/-m64/-m64 $CFLAGS/g" SConstruct
+ elif [ "$CARCH" = "mips64el" ]; then
+ sed -i "s/-mn32/-mn32 $CFLAGS/g" SConstruct
else
sed -i "s/-m32/-m32 $CFLAGS/g" SConstruct
fi