summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk26/files/patch-src-common-imagpng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk26/files/patch-src-common-imagpng.cpp')
-rw-r--r--x11-toolkits/wxgtk26/files/patch-src-common-imagpng.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26/files/patch-src-common-imagpng.cpp b/x11-toolkits/wxgtk26/files/patch-src-common-imagpng.cpp
new file mode 100644
index 000000000000..82ef39ee5b90
--- /dev/null
+++ b/x11-toolkits/wxgtk26/files/patch-src-common-imagpng.cpp
@@ -0,0 +1,11 @@
+--- src/common/imagpng.cpp.orig 2007-03-20 16:50:01.000000000 +0100
++++ src/common/imagpng.cpp 2012-05-06 07:15:11.000000000 +0200
+@@ -528,7 +528,7 @@
+ png_structp png_ptr = png_create_read_struct
+ (
+ PNG_LIBPNG_VER_STRING,
+- (voidp) NULL,
++ NULL,
+ wx_png_error,
+ wx_png_warning
+ );