aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-28 13:19:06 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-28 13:19:06 +0000
commitd38a81ec790368014d19c48ef556f3d8369393b4 (patch)
treed354206b349922f9071844943216f1eacb673690 /mail/thunderbird
parent67f135f73287c786feace885365366b70b6a6060 (diff)
downloadports-d38a81ec790368014d19c48ef556f3d8369393b4.tar.gz
ports-d38a81ec790368014d19c48ef556f3d8369393b4.zip
Notes
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp b/mail/thunderbird/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp
new file mode 100644
index 000000000000..ab9689957cbc
--- /dev/null
+++ b/mail/thunderbird/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp
@@ -0,0 +1,15 @@
+--- modules/libpr0n/encoders/png/nsPNGEncoder.cpp 2010-03-28 13:48:53.000000000 +0200
++++ modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig 2010-03-28 13:46:50.000000000 +0200
+@@ -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);