diff options
Diffstat (limited to 'community/abe')
-rw-r--r-- | community/abe/PKGBUILD | 4 |
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 } |