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, 0 insertions, 12 deletions
diff --git a/community/gimp-plugin-mathmap/giflib-5.0.patch b/community/gimp-plugin-mathmap/giflib-5.0.patch
deleted file mode 100644
index d9036a451..000000000
--- a/community/gimp-plugin-mathmap/giflib-5.0.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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);
-