media-sound/terminatorx: add missing includes, bug #563782
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 27 Aug 2016 15:35:28 +0000 (16:35 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 27 Aug 2016 15:35:28 +0000 (16:35 +0100)
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/563782

Package-Manager: portage-2.3.0

media-sound/terminatorx/files/terminatorx-3.84-includes.patch [new file with mode: 0644]
media-sound/terminatorx/terminatorx-3.84-r1.ebuild

diff --git a/media-sound/terminatorx/files/terminatorx-3.84-includes.patch b/media-sound/terminatorx/files/terminatorx-3.84-includes.patch
new file mode 100644 (file)
index 0000000..792ac1d
--- /dev/null
@@ -0,0 +1,28 @@
+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"
index f7c4499f6996ab77d1152b051df6bcb413f92dd5..08d0e3978ac432c3efa013094188297015563bb0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -46,6 +46,7 @@ S=${WORKDIR}/${MY_P}
 src_prepare() {
        # Patch from debian to compile with recent zlib
        epatch "${FILESDIR}"/${PN}-3.84-new-zlib.patch
+       epatch "${FILESDIR}"/${PN}-3.84-includes.patch
        gnome2_src_prepare
 }