summaryrefslogtreecommitdiff
path: root/core/glib2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/glib2/PKGBUILD')
-rw-r--r--core/glib2/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index 95a60fd8d..a60e5c790 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 188618 2013-06-17 01:21:11Z heftig $
+# $Id: PKGBUILD 189879 2013-07-10 14:29:53Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=glib2
@@ -16,16 +16,16 @@ sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
prepare() {
cd glib-$pkgver
-
patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
# doc building fail "automake-1.13 probably too old"
- autoreconf -i
-}
+# autoreconf -i
+ touch -r NEWS gtk-doc.make
+}
+
build() {
cd glib-$pkgver
-
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
--sysconfdir=/etc \
--with-pcre=system \