summaryrefslogtreecommitdiff
path: root/community/gimp-plugin-mathmap/giflib-5.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gimp-plugin-mathmap/giflib-5.0.patch')
-rw-r--r--community/gimp-plugin-mathmap/giflib-5.0.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gimp-plugin-mathmap/giflib-5.0.patch b/community/gimp-plugin-mathmap/giflib-5.0.patch
new file mode 100644
index 000000000..d9036a451
--- /dev/null
+++ b/community/gimp-plugin-mathmap/giflib-5.0.patch
@@ -0,0 +1,12 @@
+diff -rupN a/rwimg/rwgif.c b/rwimg/rwgif.c
+--- a/rwimg/rwgif.c 2009-08-23 13:56:14.000000000 +0200
++++ b/rwimg/rwgif.c 2013-07-30 10:59:45.391015754 +0200
+@@ -54,7 +54,7 @@ open_gif_file (const char *filename, int
+
+ assert(data != 0);
+
+- data->file = DGifOpenFileName(filename);
++ data->file = DGifOpenFileName(filename, NULL);
+
+ assert(data->file !=0);
+