summaryrefslogtreecommitdiffstats
path: root/extra/libgd/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-11 08:01:32 +0200
committersibel <lesibel at free dot fr>2010-06-11 08:01:32 +0200
commit17003aa6a1049284342c89fcbc0181ea54ae53db (patch)
tree8f84076fe769f36e146cdb674b839a4dc23327ff /extra/libgd/Pkgfile
parent5bc76efe42c2bd630b1a5834e8e87d014ddb869a (diff)
downloadnutyx-extra-17003aa6a1049284342c89fcbc0181ea54ae53db.tar.gz
nutyx-extra-17003aa6a1049284342c89fcbc0181ea54ae53db.tar.bz2
nutyx-extra-17003aa6a1049284342c89fcbc0181ea54ae53db.tar.xz
nutyx-extra-17003aa6a1049284342c89fcbc0181ea54ae53db.zip
Maj de libgd#2.0.35-2
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