summaryrefslogtreecommitdiffstats
path: root/extra/gd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gd/Pkgfile')
-rw-r--r--extra/gd/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gd/Pkgfile b/extra/gd/Pkgfile
index 64cba6597..3bde0826a 100644
--- a/extra/gd/Pkgfile
+++ b/extra/gd/Pkgfile
@@ -9,11 +9,11 @@ name=gd
version=2.0.35
release=1
source=(http://www.libgd.org/releases/$name-$version.tar.gz\
- http://nutyx.meticul.eu/files/patchs/$name/libpng14.patch)
+ gd-2.0.35-libpng14.patch)
build() {
cd $name-$version
- patch -Np1 -i ../libpng14.patch
+ patch -Np1 -i ../gd-2.0.35-libpng14.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install