diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-02-08 17:08:23 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-02-08 17:08:23 +0100 |
commit | 1ae9cac62c7d06a193012788fd65610dd66a7a0f (patch) | |
tree | f7c483a92f1b876a52e13a613726e5e27c04a364 /testing/gnash/gnash-0.8.10-giflib5.patch | |
parent | e7a67fb42615aa6e8cee83b0d1dbdd588125d3f7 (diff) | |
download | aports-1ae9cac62c7d06a193012788fd65610dd66a7a0f.tar.bz2 aports-1ae9cac62c7d06a193012788fd65610dd66a7a0f.tar.xz |
testing/gnash: fix giflib 5.0 compatibility
Diffstat (limited to 'testing/gnash/gnash-0.8.10-giflib5.patch')
-rw-r--r-- | testing/gnash/gnash-0.8.10-giflib5.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/gnash/gnash-0.8.10-giflib5.patch b/testing/gnash/gnash-0.8.10-giflib5.patch new file mode 100644 index 0000000000..2ca7032bb1 --- /dev/null +++ b/testing/gnash/gnash-0.8.10-giflib5.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; + |