From 3a66cabeb976b832e1e73be39a3b7dfed2ec0ddc Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 1 Jan 2013 06:35:44 -0500 Subject: Fix build in tolame --- community/toolame/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/toolame/PKGBUILD b/community/toolame/PKGBUILD index 7e975d169..e824c46b5 100644 --- a/community/toolame/PKGBUILD +++ b/community/toolame/PKGBUILD @@ -20,6 +20,7 @@ build() { cd $srcdir/$pkgname-$pkgver patch -p0 < ../toolame-02l.patch [ "$CARCH" = "x86_64" ] && sed -i "s|-march=i686|-march=x86-64|g" Makefile + [ "$CARCH" = "mips64el" ] && sed -i "s|-march=i686|-march=loongson2f|g" Makefile make install -D -m755 toolame $pkgdir/usr/bin/toolame } -- cgit v1.2.3-54-g00ecf