diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-08 10:28:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-10 14:24:43 +0200 |
commit | 2ec9f9525aeb8d104c9f057ef9bbddce928dc458 (patch) | |
tree | 3ce38cca1c0ee8dc4f9889f2f18e611d3ba37a24 /x11-misc | |
parent | dev-lua/luasocket: remove unused patch (diff) | |
download | gentoo-2ec9f9525aeb8d104c9f057ef9bbddce928dc458.tar.gz gentoo-2ec9f9525aeb8d104c9f057ef9bbddce928dc458.tar.bz2 gentoo-2ec9f9525aeb8d104c9f057ef9bbddce928dc458.zip |
x11-misc/bbkeys: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5351
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch b/x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch deleted file mode 100644 index 58b536ff38e2..000000000000 --- a/x11-misc/bbkeys/files/bbkeys-0.9.0-gcc-4.3.patch +++ /dev/null @@ -1,59 +0,0 @@ -diff -Naupr bbkeys-0.9.0.orig/src/actions.cc bbkeys-0.9.0/src/actions.cc ---- bbkeys-0.9.0.orig/src/actions.cc 2005-02-20 22:03:43.000000000 +0100 -+++ bbkeys-0.9.0/src/actions.cc 2008-02-24 09:26:30.000000000 +0100 -@@ -25,7 +25,8 @@ - #include "actions.hh" - - #include <iostream> --#include <string> -+#include <cstring> -+#include <cstdlib> - #include <sstream> - - Action::Action(enum ActionType type, Display * display, KeyCode keycode, -diff -Naupr bbkeys-0.9.0.orig/src/Config.cpp bbkeys-0.9.0/src/Config.cpp ---- bbkeys-0.9.0.orig/src/Config.cpp 2004-09-03 03:08:00.000000000 +0200 -+++ bbkeys-0.9.0/src/Config.cpp 2008-02-24 09:29:55.000000000 +0100 -@@ -24,7 +24,7 @@ - - - #include "Config.h" --#include <string> -+#include <cstring> - - #include <iostream> - using std::cout; -diff -Naupr bbkeys-0.9.0.orig/src/KeyClient.cpp bbkeys-0.9.0/src/KeyClient.cpp ---- bbkeys-0.9.0.orig/src/KeyClient.cpp 2004-09-26 04:27:46.000000000 +0200 -+++ bbkeys-0.9.0/src/KeyClient.cpp 2008-02-24 09:26:14.000000000 +0100 -@@ -58,6 +58,7 @@ extern "C" { - #include <iostream> - #include <algorithm> - #include <vector> -+#include <cstring> - - //-------------------------------------------------------- - // Constructor/Destructor -diff -Naupr bbkeys-0.9.0.orig/src/main.cpp bbkeys-0.9.0/src/main.cpp ---- bbkeys-0.9.0.orig/src/main.cpp 2004-09-16 02:53:51.000000000 +0200 -+++ bbkeys-0.9.0/src/main.cpp 2008-02-24 09:31:38.000000000 +0100 -@@ -27,6 +27,8 @@ - - #include "main.h" - -+#include <cstring> -+ - //-------------------------------------------------------- - // parseOptions - //-------------------------------------------------------- -diff -Naupr bbkeys-0.9.0.orig/src/Netclient.cpp bbkeys-0.9.0/src/Netclient.cpp ---- bbkeys-0.9.0.orig/src/Netclient.cpp 2004-09-26 04:27:46.000000000 +0200 -+++ bbkeys-0.9.0/src/Netclient.cpp 2008-02-24 09:30:41.000000000 +0100 -@@ -25,6 +25,7 @@ - // Methods, ideas, implementations taken from Openbox's XAtom class *sigh* - - #include "Netclient.h" -+#include <cstring> - - Netclient::Netclient (const bt::Display &display) - : bt::EWMH(display), _display(display) |