summaryrefslogtreecommitdiff
path: root/community/gdk-pixbuf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gdk-pixbuf/PKGBUILD')
-rw-r--r--community/gdk-pixbuf/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gdk-pixbuf/PKGBUILD b/community/gdk-pixbuf/PKGBUILD
index 7b0059d51..a33ce9a07 100644
--- a/community/gdk-pixbuf/PKGBUILD
+++ b/community/gdk-pixbuf/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=gdk-pixbuf
pkgver=0.22.0
-pkgrel=9
+pkgrel=9.2
pkgdesc="Image loading and manipulation library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.gtk.org/"
license=('GPL' 'LGPL')
depends=('gtk' 'libtiff' 'libpng')
@@ -34,6 +34,7 @@ build() {
patch -Np1 -i ${srcdir}/gdk-pixbuf-0.22.0-loaders.patch
patch -Np0 -i ${srcdir}/gdk-pixbuf-0.22.0.patch
patch -Np1 -i ${srcdir}/libpng15.patch
+ sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -e '/AM_PROG_CC_STDC/d' configure.in
libtoolize --force --copy --automake
autoreconf --force --install
./configure --prefix=/usr --disable-gtk-doc