summaryrefslogtreecommitdiff
path: root/community/ragel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ragel/PKGBUILD')
-rw-r--r--community/ragel/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ragel/PKGBUILD b/community/ragel/PKGBUILD
index 3d40c9ec9..12bfb4ef3 100644
--- a/community/ragel/PKGBUILD
+++ b/community/ragel/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=ragel
pkgver=6.8
pkgrel=1
pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.complang.org/ragel/"
license=('GPL')
depends=('gcc-libs')
@@ -19,7 +19,6 @@ md5sums=('1bb39745ac23da449019f9f2cb4b0d01')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
./configure --prefix=/usr
make
}