diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-03-06 10:08:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-03-06 10:08:35 +0000 |
commit | c99d0d73375c262760701431d7a9cd4e52beafbb (patch) | |
tree | 5a14e50c2b8f9b725257b480e595cad24063d575 /graphics/php5-gd/files | |
parent | - Update to 0.5.2 (diff) |
Update to 5.2.9 release and re-add pcre extension.
Notes
Notes:
svn path=/head/; revision=229565
Diffstat (limited to 'graphics/php5-gd/files')
-rw-r--r-- | graphics/php5-gd/files/patch-libgd_gd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/php5-gd/files/patch-libgd_gd.c b/graphics/php5-gd/files/patch-libgd_gd.c deleted file mode 100644 index 8060b717ef51..000000000000 --- a/graphics/php5-gd/files/patch-libgd_gd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgd/gd.c.orig 2009-01-05 14:54:19.000000000 +0100 -+++ libgd/gd.c 2009-01-05 14:54:53.000000000 +0100 -@@ -3136,7 +3136,7 @@ - return NULL; - } - -- if (!gdImageTrueColor(src) && clrBack>=gdImageColorsTotal(src)) { -+ if (!gdImageTrueColor(src) && (clrBack < 0 || clrBack>=gdImageColorsTotal(src))) { - return NULL; - } - |