summaryrefslogtreecommitdiff
path: root/core/glib2
diff options
context:
space:
mode:
Diffstat (limited to 'core/glib2')
-rw-r--r--core/glib2/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index ae81b895e..9e298ab3d 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=2.36.3
pkgrel=3
pkgdesc="Common C routines used by GTK+ and other libs"
url="http://www.gtk.org/"
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils')
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
bug701560.patch
@@ -21,6 +21,9 @@ prepare() {
patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
patch -Np1 -i ../bug701560.patch
+# doc building fail "automake-1.13 probably too old"
+# autoreconf -i
+
touch -r NEWS gtk-doc.make
}