]> git.pld-linux.org Git - packages/simage.git/blob - simage-gifutil.patch
630a025919465e2df74f50674e5754927ba7a726
[packages/simage.git] / simage-gifutil.patch
1 --- simage/CMakeLists.txt.orig  2019-12-24 02:00:09.000000000 +0100
2 +++ simage/CMakeLists.txt       2020-11-30 19:57:02.597525377 +0100
3 @@ -432,7 +432,7 @@
4  \r
5  if(GIF_FOUND)\r
6    target_include_directories(simage PRIVATE ${GIF_INCLUDE_DIR})\r
7 -  target_link_libraries(simage PRIVATE ${GIF_LIBRARIES})\r
8 +  target_link_libraries(simage PRIVATE ${GIF_LIBRARIES} gifutil)\r
9  endif()\r
10  \r
11  if(JASPER_FOUND)\r
12 --- simage/src/simage_gif.c.orig        2019-12-24 02:00:09.000000000 +0100
13 +++ simage/src/simage_gif.c     2020-11-30 19:57:31.320703103 +0100
14 @@ -30,6 +30,7 @@
15  #include <string.h>
16  #include <stdio.h>
17  #include <gif_lib.h>
18 +#include <gif_util.h>
19  
20  #if GIFLIB_MAJOR > 5 || GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1
21  #define DGifCloseFile(gif) DGifCloseFile(gif, NULL)
This page took 0.056492 seconds and 2 git commands to generate.