summaryrefslogtreecommitdiff
path: root/community/giggle/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/giggle/PKGBUILD')
-rw-r--r--community/giggle/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/giggle/PKGBUILD b/community/giggle/PKGBUILD
index dc22aa950..9d7243b05 100644
--- a/community/giggle/PKGBUILD
+++ b/community/giggle/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=giggle
pkgver=0.7
pkgrel=1
pkgdesc="Git repository viewer"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://live.gnome.org/giggle"
license=('GPL')
depends=('git' 'gtksourceview3' 'vte3')
@@ -19,6 +19,10 @@ sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59')
build() {
cd $pkgname-$pkgver
+ # An upstream build fix.
+ patch -p1 -i "$srcdir/gmodule.patch"
+ autoconf
+
./configure \
--prefix=/usr
make