summaryrefslogtreecommitdiffstats
path: root/extra/libgd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgd/Pkgfile')
-rw-r--r--extra/libgd/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/libgd/Pkgfile b/extra/libgd/Pkgfile
index c74861436..fa1bafa0f 100644
--- a/extra/libgd/Pkgfile
+++ b/extra/libgd/Pkgfile
@@ -6,13 +6,11 @@
name=libgd
version=2.0.35
-release=1
-source=( http://www.libgd.org/releases/gd-$version.tar.gz \
- libpng14-enable-read-dither.patch)
+release=2
+source=( http://www.libgd.org/releases/gd-$version.tar.gz)
build () {
cd gd-$version
- patch -Np1 -i ../libpng14-enable-read-dither.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install