summaryrefslogtreecommitdiffstats
path: root/extra/xulrunner/xulrunner-png14.patch
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-09 12:56:35 +0200
committersibel <lesibel@free.fr>2010-09-09 12:56:35 +0200
commit47134f8e3c40517d32853b1bc73d70dd4b4701cb (patch)
treef9cfa6a51240e0e5144bc5edea8f39cf6a5e77a4 /extra/xulrunner/xulrunner-png14.patch
parent87daa324ce8f80c34f47d6d927868eff5db112ad (diff)
downloadnutyx-extra-47134f8e3c40517d32853b1bc73d70dd4b4701cb.tar.gz
nutyx-extra-47134f8e3c40517d32853b1bc73d70dd4b4701cb.tar.bz2
nutyx-extra-47134f8e3c40517d32853b1bc73d70dd4b4701cb.tar.xz
nutyx-extra-47134f8e3c40517d32853b1bc73d70dd4b4701cb.zip
maj de xulrunner#1.9.2.9-1
Diffstat (limited to 'extra/xulrunner/xulrunner-png14.patch')
-rw-r--r--extra/xulrunner/xulrunner-png14.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/xulrunner/xulrunner-png14.patch b/extra/xulrunner/xulrunner-png14.patch
new file mode 100644
index 000000000..f512416ad
--- /dev/null
+++ b/extra/xulrunner/xulrunner-png14.patch
@@ -0,0 +1,11 @@
+--- modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig 2010-01-17 00:15:53.979744638 +0100
++++ 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)