summaryrefslogtreecommitdiff
path: root/community/fbgetty/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fbgetty/PKGBUILD')
-rw-r--r--community/fbgetty/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD
index 77cc00f8e..b202cd172 100644
--- a/community/fbgetty/PKGBUILD
+++ b/community/fbgetty/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.1.698
pkgrel=5
license=("GPL")
pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://projects.meuh.org/fbgetty"
source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz')
md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56')
@@ -15,7 +15,7 @@ build()
{
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
+ ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin --build=$CHOST
patch src/options.c <<EOF
33a34