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); ='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/swig.scm
AgeCommit message (Expand)Author
2018-05-30Revert "gnu: swig: Patch for Octave 4.4."...This reverts commit 3771000f893d4b53e302f5bca07afeba69e76cd4. Mark H Weaver
2018-05-29gnu: swig: Patch for Octave 4.4....* gnu/packages/swig.scm (swig)[source]: Add patch. * gnu/packages/patches/swig-octave-patches.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Kei Kebreau
2017-06-14gnu: swig: Fix build with Perl 5.26.0....* gnu/packages/swig.scm (swig)[arguments]: Set PERL_USE_UNSAFE_INC in 'set-env' build phase. Leo Famulari
2017-06-14gnu: swig: Update to 3.0.12....* gnu/packages/swig.scm (swig): Update to 3.0.12. Leo Famulari
2016-11-21gnu: swig: Update to 3.0.10....* gnu/packages/swig.scm (swig): Update to 3.0.10. Leo Famulari