summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2010-07-26 22:46:38 +0000
committerLars Wendler <polynomial-c@gentoo.org>2010-07-26 22:46:38 +0000
commit82deb215c37df31aebcc420eb69ce5b17124a757 (patch)
tree140520d75b1466ca11c00364ab6dd5b6b9de82cc /www-client/seamonkey/files
parentAdd LC_CTYPE patch by Михаил (bug #200875). Drop unused eclasses. Call ... (diff)
downloadgentoo-2-82deb215c37df31aebcc420eb69ce5b17124a757.tar.gz
gentoo-2-82deb215c37df31aebcc420eb69ce5b17124a757.tar.bz2
gentoo-2-82deb215c37df31aebcc420eb69ce5b17124a757.zip
Using new patchset which uses the new numbering scheme from Anarchy.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-client/seamonkey/files')
-rw-r--r--www-client/seamonkey/files/seamonkey-1.1.18-libpng14.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/www-client/seamonkey/files/seamonkey-1.1.18-libpng14.patch b/www-client/seamonkey/files/seamonkey-1.1.18-libpng14.patch
deleted file mode 100644
index ec388b35b9ff..000000000000
--- a/www-client/seamonkey/files/seamonkey-1.1.18-libpng14.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-http://bugs.gentoo.org/323513
-
---- mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
-+++ mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
-@@ -111,9 +111,9 @@
-
- // initialize
- png_struct* png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
-- png_voidp_NULL,
-- png_error_ptr_NULL,
-- png_error_ptr_NULL);
-+ NULL,
-+ NULL,
-+ NULL);
- if (! png_ptr)
- return NS_ERROR_OUT_OF_MEMORY;
- png_info* info_ptr = png_create_info_struct(png_ptr);
-