summaryrefslogtreecommitdiff
path: root/community/gq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gq/PKGBUILD')
-rw-r--r--community/gq/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/gq/PKGBUILD b/community/gq/PKGBUILD
index 2f91bca12..0f4c9e28e 100644
--- a/community/gq/PKGBUILD
+++ b/community/gq/PKGBUILD
@@ -10,13 +10,16 @@ url="http://sourceforge.net/projects/gqclient"
license=("GPL")
depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 'libgpg-error' 'libgcrypt')
makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
install=gq.install
-source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz)
-md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e')
+source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+ glib-includes.patch)
+md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e'
+ 'fa7d0f5f40953324dba108993d004807')
build() {
cd $srcdir/$pkgname-$pkgver
+ patch -p1 -i "$srcdir/glib-includes.patch"
LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging --disable-update-mimedb
make
make DESTDIR=$pkgdir install