diff options
author | 2012-02-04 20:30:56 +0000 | |
---|---|---|
committer | 2012-02-04 20:30:56 +0000 | |
commit | 8286bd4a4438b3e64f6fab73565f4048d3e26ccc (patch) | |
tree | 832032fab70c012c447ff390efc38bb501cc4919 /www-client/dillo/files | |
parent | Add libpng patch to live version. (diff) | |
download | gentoo-2-8286bd4a4438b3e64f6fab73565f4048d3e26ccc.tar.gz gentoo-2-8286bd4a4438b3e64f6fab73565f4048d3e26ccc.tar.bz2 gentoo-2-8286bd4a4438b3e64f6fab73565f4048d3e26ccc.zip |
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'www-client/dillo/files')
-rw-r--r-- | www-client/dillo/files/dillo-2.2-libpng14.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www-client/dillo/files/dillo-2.2-libpng14.patch b/www-client/dillo/files/dillo-2.2-libpng14.patch deleted file mode 100644 index f4af67e4b196..000000000000 --- a/www-client/dillo/files/dillo-2.2-libpng14.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://repos.archlinux.org/wsvn/community/dillo/trunk/libpng14.patch - ---- src/png.c -+++ src/png.c -@@ -345,7 +345,7 @@ static void Png_write(DilloPng *png, voi - return; /* need MORE data */ - } - /* check the image signature - DON'T update ipbufstart! */ -- if (!png_check_sig(png->ipbuf, DATASIZE)) { -+ if (png_sig_cmp(png->ipbuf, 0, DATASIZE)) { - /* you lied to me about it being a PNG image */ - MSG_WARN("\"%s\" is not a PNG file.\n", URL_STR(png->url)); - png->state = IS_finished; |