]> git.pld-linux.org Git - packages/fbida.git/commitdiff
- rel 16; fix build with new giflib auto/th/fbida-2.09-16
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Nov 2014 11:25:47 +0000 (12:25 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Nov 2014 11:25:47 +0000 (12:25 +0100)
fbida-giflib.patch
fbida.spec

index 65089153296bb7cd1f3e165ba0c88bb919448fb0..790e39b3530a5fd757e1175285c23ca3fdf7376f 100644 (file)
@@ -58,3 +58,23 @@ diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
            }
            if (NULL == h->gif->SColorMap &&
                NULL == h->gif->Image.ColorMap) {
+--- fbida-2.09/rd/read-gif.c~  2014-11-07 12:24:02.000000000 +0100
++++ fbida-2.09/rd/read-gif.c   2014-11-07 12:24:58.229076247 +0100
+@@ -164,7 +164,7 @@ gif_init(FILE *fp, char *filename, unsig
+  oops:
+     if (debug)
+       fprintf(stderr,"gif: fatal error, aborting\n");
+-    DGifCloseFile(h->gif);
++    DGifCloseFile(h->gif, NULL);
+     fclose(h->infile);
+     free(h->row);
+     free(h);
+@@ -204,7 +204,7 @@ gif_done(void *data)
+     if (debug)
+       fprintf(stderr,"gif: done, cleaning up\n");
+-    DGifCloseFile(h->gif);
++    DGifCloseFile(h->gif, NULL);
+     fclose(h->infile);
+     if (h->il)
+       free(h->il);
index 4cff7c53352d97ed5192dc4bc724e48f74fdce8d..c22498675c351603ff9c7f23867c3029733caafc 100644 (file)
@@ -21,7 +21,7 @@ Summary:      fbida - a few applications for viewing and editing images
 Summary(pl.UTF-8):     fbida - kilka aplikacji do oglądania i edycji obrazków
 Name:          fbida
 Version:       2.09
-Release:       15
+Release:       16
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://www.kraxel.org/releases/fbida/%{name}-%{version}.tar.gz
This page took 0.057485 seconds and 4 git commands to generate.