summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-03-11 16:13:01 +0100
committerPacho Ramos <pacho@gentoo.org>2018-03-11 16:15:21 +0100
commitcf094cc876081da03ffa018ce07bd76662f1a640 (patch)
tree38f117bf2ea308803b9939aac27180cf24995723 /media-sound/terminatorx/files
parentapp-admin/sshguard: x86 stable (bug #649604) (diff)
downloadgentoo-cf094cc876081da03ffa018ce07bd76662f1a640.tar.gz
gentoo-cf094cc876081da03ffa018ce07bd76662f1a640.tar.bz2
gentoo-cf094cc876081da03ffa018ce07bd76662f1a640.zip
media-sound/terminatorx: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-sound/terminatorx/files')
-rw-r--r--media-sound/terminatorx/files/terminatorx-3.84-includes.patch28
-rw-r--r--media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch19
2 files changed, 0 insertions, 47 deletions
diff --git a/media-sound/terminatorx/files/terminatorx-3.84-includes.patch b/media-sound/terminatorx/files/terminatorx-3.84-includes.patch
deleted file mode 100644
index 792ac1db5f00..000000000000
--- a/media-sound/terminatorx/files/terminatorx-3.84-includes.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/src/tX_mouse.cc b/src/tX_mouse.cc
---- a/src/tX_mouse.cc
-+++ b/src/tX_mouse.cc
-@@ -50,2 +50,3 @@
- #include <stdlib.h>
-+#include <string.h> /* strcmp() */
-
-diff --git a/src/tX_mouse.h b/src/tX_mouse.h
---- a/src/tX_mouse.h
-+++ b/src/tX_mouse.h
-@@ -38,2 +38,3 @@
- #include <gdk/gdkkeysyms.h>
-+#include <gtk/gtk.h> /* GtkWidget */
-
-diff --git a/src/tX_vttgui.cc b/src/tX_vttgui.cc
---- a/src/tX_vttgui.cc
-+++ b/src/tX_vttgui.cc
-@@ -61,2 +61,3 @@
- #include <stdio.h>
-+#include <string.h> /* strrchr() */
- #include <ctype.h>
-diff --git a/src/tX_global.h b/src/tX_global.h
---- a/src/tX_global.h
-+++ b/src/tX_global.h
-@@ -37,2 +37,3 @@ extern "C" {
- #include <stdio.h>
-+#include <string.h> /* strcpy() */
- #include "tX_types.h"
diff --git a/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch b/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch
deleted file mode 100644
index 87b9ca85378c..000000000000
--- a/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix FTBFS errors with newer zlib.
-Author: Moritz Muehlenhoff <muehlenhoff@univention.de>
-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(-)
-
---- a/src/tX_midiin.cc
-+++ b/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);
-