summaryrefslogtreecommitdiff
path: root/community/ekg2/ekg2-0.3.1-giflib5.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/ekg2/ekg2-0.3.1-giflib5.patch
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/ekg2/ekg2-0.3.1-giflib5.patch')
-rw-r--r--community/ekg2/ekg2-0.3.1-giflib5.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/ekg2/ekg2-0.3.1-giflib5.patch b/community/ekg2/ekg2-0.3.1-giflib5.patch
new file mode 100644
index 000000000..f0e6885c0
--- /dev/null
+++ b/community/ekg2/ekg2-0.3.1-giflib5.patch
@@ -0,0 +1,12 @@
+diff -rupN a/plugins/gg/commands.c b/plugins/gg/commands.c
+--- a/plugins/gg/commands.c 2011-03-17 18:08:11.000000000 +0100
++++ b/plugins/gg/commands.c 2013-07-29 18:45:51.296790942 +0200
+@@ -1034,7 +1034,7 @@ static int token_gif_load (char *fname,
+ goto err;
+ }
+
+- if (!(file = DGifOpenFileHandle(fd))) {
++ if (!(file = DGifOpenFileHandle(fd, NULL))) {
+ snprintf(errbuf, sizeof(errbuf), "DGifOpenFileHandle(): %d",
+ GifLastError());
+ goto err2;