summaryrefslogtreecommitdiff
path: root/community/abe/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/abe/PKGBUILD')
-rw-r--r--community/abe/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/abe/PKGBUILD b/community/abe/PKGBUILD
index 9f646794f..82568c345 100644
--- a/community/abe/PKGBUILD
+++ b/community/abe/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=abe
pkgver=1.1
pkgrel=9
pkgdesc="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://abe.sourceforge.net"
license=('GPL')
depends=('sdl_mixer')
@@ -21,7 +21,7 @@ build() {
patch -Np1 -i "$srcdir"/$pkgname.patch
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --host=$CHOST
make
}