]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- fix building with libpng
authorhawk <hawk@pld-linux.org>
Thu, 8 Jul 2010 10:27:29 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedove-libpng.patch -> 1.4

icedove-libpng.patch [new file with mode: 0644]

diff --git a/icedove-libpng.patch b/icedove-libpng.patch
new file mode 100644 (file)
index 0000000..1dc0ecd
--- /dev/null
@@ -0,0 +1,11 @@
+--- mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig 2010-01-17 00:15:53.979744638 +0100
++++ mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp      2010-01-17 00:16:07.855993411 +0100
+@@ -135,7 +135,7 @@
+   // initialize
+   mPNG = png_create_write_struct(PNG_LIBPNG_VER_STRING,
+-                                 png_voidp_NULL,
++                                 NULL,
+                                  ErrorCallback,
+                                  ErrorCallback);
+   if (! mPNG)
This page took 0.679288 seconds and 4 git commands to generate.