summaryrefslogtreecommitdiff
path: root/community/gnofract4d/imageIO.cpp.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/gnofract4d/imageIO.cpp.patch
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/gnofract4d/imageIO.cpp.patch')
-rw-r--r--community/gnofract4d/imageIO.cpp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/gnofract4d/imageIO.cpp.patch b/community/gnofract4d/imageIO.cpp.patch
new file mode 100644
index 000000000..62c7e1c69
--- /dev/null
+++ b/community/gnofract4d/imageIO.cpp.patch
@@ -0,0 +1,13 @@
+--- fract4d/c/imageIO.cpp.orig 2010-03-28 04:47:10.000000000 +0200
++++ fract4d/c/imageIO.cpp 2010-08-18 23:29:06.000000000 +0200
+@@ -3,6 +3,10 @@
+
+ #include "image_public.h"
+
++#define png_infopp_NULL (png_infopp)NULL
++#define int_p_NULL (int*)NULL
++#define png_bytepp_NULL (png_bytepp)NULL
++
+ class image_writer : public ImageWriter
+ {
+ public: