summaryrefslogtreecommitdiffstats
path: root/abs/extra/xulrunner/xulrunner-png14.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-07 01:40:32 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-07 01:40:32 (GMT)
commit6beefb5ec67b7f4d0467aabfa46ebf2115a96cbd (patch)
tree877221889668eb70c6fff1c2bfe9ab7d42032b0b /abs/extra/xulrunner/xulrunner-png14.patch
parent2e46e520ec07484d37f97f257d712e2161928024 (diff)
downloadlinhes_pkgbuild-6beefb5ec67b7f4d0467aabfa46ebf2115a96cbd.zip
linhes_pkgbuild-6beefb5ec67b7f4d0467aabfa46ebf2115a96cbd.tar.gz
linhes_pkgbuild-6beefb5ec67b7f4d0467aabfa46ebf2115a96cbd.tar.bz2
xulrunner: upgrade
Diffstat (limited to 'abs/extra/xulrunner/xulrunner-png14.patch')
-rw-r--r--abs/extra/xulrunner/xulrunner-png14.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/xulrunner/xulrunner-png14.patch b/abs/extra/xulrunner/xulrunner-png14.patch
new file mode 100644
index 0000000..f512416
--- /dev/null
+++ b/abs/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)