Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/terminatorx/files: terminatorx-3.84-new-zlib.patch
Date: Thu, 29 Jan 2015 10:28:52
Message-Id: 20150129102847.491B610915@oystercatcher.gentoo.org
1 pacho 15/01/29 10:28:47
2
3 Added: terminatorx-3.84-new-zlib.patch
4 Log:
5 Use gnome2.eclass properly, fix compilation with current zlib (#413623), drop old
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.1&content-type=text/plain
14
15 Index: terminatorx-3.84-new-zlib.patch
16 ===================================================================
17 Description: Fix FTBFS errors with newer zlib.
18 Author: Moritz Muehlenhoff <muehlenhoff@××××××××××.de>
19 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663053
20 Forwarded: no
21 ---
22 src/tX_midiin.cc | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 --- terminatorx.orig/src/tX_midiin.cc
26 +++ terminatorx/src/tX_midiin.cc
27 @@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G
28
29 void tX_midiin::store_connections(FILE *rc, char *indent)
30 {
31 - gzFile *rz=NULL;
32 + gzFile rz=NULL;
33
34 tX_store("%s<midi_connections>\n", indent);