summaryrefslogtreecommitdiff
path: root/core/glib2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-21 18:08:47 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-21 18:08:47 -0300
commitcdaa430a2be9eb7cb404bb4e0257ef1dd91f59ce (patch)
tree1be23dd8cd7c14d3a1a3ae4b1e988a8c00ca136d /core/glib2
parent572f3b3bd973bfa7e64c4c42fe87c8e3a79b7c20 (diff)
Fix build
Diffstat (limited to 'core/glib2')
-rw-r--r--core/glib2/PKGBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index be1301a9f..95a60fd8d 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -14,10 +14,18 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.ta
sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-build() {
+prepare() {
cd glib-$pkgver
patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+
+# doc building fail "automake-1.13 probably too old"
+ autoreconf -i
+}
+
+build() {
+ cd glib-$pkgver
+
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
--sysconfdir=/etc \
--with-pcre=system \