unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 37213dac9ba845488a29dca9c5123a8409c22d8b 426 bytes (raw)
name: gnu/packages/patches/gnash-fix-giflib-version.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
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<IOChannel> 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);

debug log:

solving 37213dac9b ...
found 37213dac9b in https://yhetil.org/guix-patches/20201120200551.19145-1-monego@posteo.net/ ||
	https://yhetil.org/guix-patches/20201124230446.20948-1-monego@posteo.net/

applying [1/1] https://yhetil.org/guix-patches/20201120200551.19145-1-monego@posteo.net/
diff --git a/gnu/packages/patches/gnash-fix-giflib-version.patch b/gnu/packages/patches/gnash-fix-giflib-version.patch
new file mode 100644
index 0000000000..37213dac9b

1:17: space before tab in indent.
 	DGifCloseFile(_gif, 0);
1:19: space before tab in indent.
 	DGifCloseFile(_gif);
Checking patch gnu/packages/patches/gnash-fix-giflib-version.patch...
Applied patch gnu/packages/patches/gnash-fix-giflib-version.patch cleanly.
warning: 2 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/20201124230446.20948-1-monego@posteo.net/ for 37213dac9b
index at:
100644 37213dac9ba845488a29dca9c5123a8409c22d8b	gnu/packages/patches/gnash-fix-giflib-version.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).