diff options
Diffstat (limited to 'community/fbgetty/PKGBUILD')
-rw-r--r-- | community/fbgetty/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD index ee251e138..8501ab67f 100644 --- a/community/fbgetty/PKGBUILD +++ b/community/fbgetty/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.1.698 pkgrel=4 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 + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST patch src/options.c <<EOF 33a34 |