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 88a1c96f0..d015bc085 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') @@ -23,7 +23,7 @@ build() { . /etc/profile.d/qt3.sh patch -Np1 -i "$srcdir/gcc43.patch" patch -Np1 -i "$srcdir/gcc45.patch" - ./configure --prefix=/usr + ./configure --prefix=/usr --build=$CHOST make } |