* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird/files: lpng14.patch
@ 2010-05-10 13:57 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-10 13:57 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/05/10 13:57:27
Added: lpng14.patch
Log:
Fix building with libpng14 wrt #319093 by Jonathan Adamczewski.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 app-office/mozilla-sunbird/files/lpng14.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mozilla-sunbird/files/lpng14.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/mozilla-sunbird/files/lpng14.patch?rev=1.1&content-type=text/plain
Index: lpng14.patch
===================================================================
Bug 319093 by Jonathan Adamczewski
--- mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
+++ mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
@@ -111,9 +111,7 @@
// 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);
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird/files: lpng14.patch
@ 2010-10-02 16:37 Lars Wendler (polynomial-c)
0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2010-10-02 16:37 UTC (permalink / raw
To: gentoo-commits
polynomial-c 10/10/02 16:37:41
Removed: lpng14.patch
Log:
Time to get rid of mozilla-sunbird{,-bin}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-02 16:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 16:37 [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird/files: lpng14.patch Lars Wendler (polynomial-c)
-- strict thread matches above, loose matches on Subject: below --
2010-05-10 13:57 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox