diff options
Diffstat (limited to 'community/qgo/PKGBUILD')
-rw-r--r-- | community/qgo/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qgo/PKGBUILD b/community/qgo/PKGBUILD index f650f97e7..c66c167b3 100644 --- a/community/qgo/PKGBUILD +++ b/community/qgo/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qgo pkgver=1.5.4 pkgrel=5 pkgdesc="Go client and full featured SGF editor" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://qgo.sourceforge.net/" license=('GPL') depends=('qt3' 'libsm') @@ -22,7 +22,7 @@ build() { patch -Np1 -i "$srcdir/gcc43.patch" patch -Np1 -i "$srcdir/gcc45.patch" - ./configure --prefix=/usr --with-qt-includes=/usr/include/qt3 + ./configure --prefix=/usr --build=$CHOST --with-qt-includes=/usr/include/qt3 make } |