summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-23 19:19:49 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-23 19:19:49 +0200
commitc93df7fe2a532d24ff805e2674962f388fd9f24f (patch)
treed947f92feda1eca8e3c0644a01cca45789dc99f7
parent7b055bbd8a06f3344adb95b3f70ded58d80b38ae (diff)
downloadnutyx-pakxe-c93df7fe2a532d24ff805e2674962f388fd9f24f.tar.gz
nutyx-pakxe-c93df7fe2a532d24ff805e2674962f388fd9f24f.tar.bz2
nutyx-pakxe-c93df7fe2a532d24ff805e2674962f388fd9f24f.tar.xz
nutyx-pakxe-c93df7fe2a532d24ff805e2674962f388fd9f24f.zip
gd, port nettoyé
-rw-r--r--extra/gd/Pkgfile2
-rw-r--r--extra/gd/libpng14.patch12
2 files changed, 1 insertions, 13 deletions
diff --git a/extra/gd/Pkgfile b/extra/gd/Pkgfile
index ff9be56ae..c533aebf3 100644
--- a/extra/gd/Pkgfile
+++ b/extra/gd/Pkgfile
@@ -8,7 +8,7 @@ name=gd
version=2.0.35
release=1
source=(http://www.libgd.org/releases/$name-$version.tar.gz\
- libpng14.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/libpng14.patch)
build() {
cd $name-$version
diff --git a/extra/gd/libpng14.patch b/extra/gd/libpng14.patch
deleted file mode 100644
index 19a3fda91..000000000
--- a/extra/gd/libpng14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur gd-2.0.36RC1.orig/gd_png.c gd-2.0.36RC1/gd_png.c
---- gd-2.0.36RC1.orig/gd_png.c 2007-11-27 10:30:34.000000000 +0200
-+++ gd-2.0.36RC1/gd_png.c 2010-01-17 17:14:11.000000000 +0200
-@@ -151,7 +151,7 @@
- return NULL;
- }
-
-- if (!png_check_sig (sig, 8)) { /* bad signature */
-+ if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
- return NULL; /* bad signature */
- }
-