Description: Change GIFLIB_MINOR to allow matching with v5.2+ Source: https://savannah.gnu.org/patch/index.php?9873 Author: marius851000 diff --git a/libbase/GnashImageGif.cpp b/libbase/GnashImageGif.cpp index 2ae5ddb..b87b1e7 100644 --- a/libbase/GnashImageGif.cpp +++ b/libbase/GnashImageGif.cpp @@ -120,7 +120,7 @@ GifInput::GifInput(std::shared_ptr in) GifInput::~GifInput() { // Clean up allocated data. -#if GIFLIB_MAJOR==5 && GIFLIB_MINOR==1 +#if GIFLIB_MAJOR==5 && GIFLIB_MINOR!=0 DGifCloseFile(_gif, 0); #else DGifCloseFile(_gif); >
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
AgeCommit message (Expand)Author
2023-03-17gnu: tdlib: Remove version 1.8.0....emacs-telega no longer depends on this package. * gnu/packages/messaging.scm (tdlib-1.8.0): Remove variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zhu Zihao
2023-03-12gnu: Update nheko to 0.11.3....* gnu/packages/messaging.scm (nheko): Update to 0.11.3. Signed-off-by: Andreas Enge <andreas@enge.fr> jgart
2023-03-01gnu: Add python-pypresence....* gnu/packages/messaging.scm (python-pypresence): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Giacomo Leidi