summaryrefslogtreecommitdiffstats
path: root/extra/gdk-pixbuf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gdk-pixbuf/Pkgfile')
-rwxr-xr-xextra/gdk-pixbuf/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/gdk-pixbuf/Pkgfile b/extra/gdk-pixbuf/Pkgfile
index bb58a4876..299dd5441 100755
--- a/extra/gdk-pixbuf/Pkgfile
+++ b/extra/gdk-pixbuf/Pkgfile
@@ -8,10 +8,12 @@
name=gdk-pixbuf
version=2.23.0
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
+ http://nutyx.meticul.eu/files/patchs/$name/$name-$version-io-png-01.patch)
build() {
cd $name-$version
+ patch -Np1 -i ../$name-$version-io-png-01.patch
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \