summaryrefslogtreecommitdiff
path: root/community/gnash/gnucash-0.8.10-giflib-5.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnash/gnucash-0.8.10-giflib-5.0.patch')
-rw-r--r--community/gnash/gnucash-0.8.10-giflib-5.0.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gnash/gnucash-0.8.10-giflib-5.0.patch b/community/gnash/gnucash-0.8.10-giflib-5.0.patch
new file mode 100644
index 000000000..2ca7032bb
--- /dev/null
+++ b/community/gnash/gnucash-0.8.10-giflib-5.0.patch
@@ -0,0 +1,12 @@
+diff -rupN a/libbase/GnashImageGif.cpp b/libbase/GnashImageGif.cpp
+--- a/libbase/GnashImageGif.cpp 2012-01-19 19:17:48.000000000 +0000
++++ b/libbase/GnashImageGif.cpp 2013-07-30 09:08:37.707930583 +0000
+@@ -269,7 +269,7 @@ GifInput::processRecord(GifRecordType re
+ void
+ GifInput::read()
+ {
+- _gif = DGifOpen(_inStream.get(), &readData);
++ _gif = DGifOpen(_inStream.get(), &readData, NULL);
+
+ GifRecordType record;
+