diff options
Diffstat (limited to 'community/rxvt/PKGBUILD')
-rw-r--r-- | community/rxvt/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/rxvt/PKGBUILD b/community/rxvt/PKGBUILD index 8ca75017c..212aac06d 100644 --- a/community/rxvt/PKGBUILD +++ b/community/rxvt/PKGBUILD @@ -10,7 +10,7 @@ pkgname=rxvt pkgver=2.7.10 pkgrel=6 pkgdesc='A colour vt102 terminal emulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://rxvt.sourceforge.net/' license=('GPL') depends=('libx11') @@ -21,6 +21,7 @@ md5sums=('302c5c455e64047b02d1ef19ff749141') build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ + --build=$CHOST \ --with-terminfo=/usr/share/terminfo \ --enable-mousewheel \ --enable-256-color \ |