pacho 15/01/29 10:28:47 Added: terminatorx-3.84-new-zlib.patch Log: Use gnome2.eclass properly, fix compilation with current zlib (#413623), drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.1 media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch?rev=1.1&view=markup 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 Index: terminatorx-3.84-new-zlib.patch =================================================================== Description: Fix FTBFS errors with newer zlib. Author: Moritz Muehlenhoff <[email protected]> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663053 Forwarded: no --- src/tX_midiin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- terminatorx.orig/src/tX_midiin.cc +++ terminatorx/src/tX_midiin.cc @@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G void tX_midiin::store_connections(FILE *rc, char *indent) { - gzFile *rz=NULL; + gzFile rz=NULL; tX_store("%s<midi_connections>\n", indent);
