From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- .../patches/001_including_missing_headers.patch | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 keymouse/patches/001_including_missing_headers.patch (limited to 'keymouse/patches/001_including_missing_headers.patch') diff --git a/keymouse/patches/001_including_missing_headers.patch b/keymouse/patches/001_including_missing_headers.patch new file mode 100644 index 0000000..bcc6a1f --- /dev/null +++ b/keymouse/patches/001_including_missing_headers.patch @@ -0,0 +1,80 @@ +diff -crB keymouse-1.0/src/app.cpp keymouse-1.0.mod/src/app.cpp +*** keymouse-1.0/src/app.cpp 2008-03-30 15:41:44.000000000 +0200 +--- keymouse-1.0.mod/src/app.cpp 2010-06-14 13:34:31.565636052 +0200 +*************** +*** 8,14 **** + #include + #include + #include "app.h" +! + using namespace std; + + App::App(const char *file) : m_config(file), m_dev(NULL), m_ordModes(), m_exiting(false) +--- 8,15 ---- + #include + #include + #include "app.h" +! #include +! #include + using namespace std; + + App::App(const char *file) : m_config(file), m_dev(NULL), m_ordModes(), m_exiting(false) +diff -crB keymouse-1.0/src/configfile.cpp keymouse-1.0.mod/src/configfile.cpp +*** keymouse-1.0/src/configfile.cpp 2008-03-08 21:09:36.000000000 +0100 +--- keymouse-1.0.mod/src/configfile.cpp 2010-06-14 13:36:22.096885603 +0200 +*************** +*** 7,12 **** +--- 7,14 ---- + #include + #include + #include "configfile.h" ++ #include ++ #include + + ConfigFile::ConfigFile(const char *file) : m_values(), m_file(file) + { +Sólo en keymouse-1.0.mod/src: .deps +diff -crB keymouse-1.0/src/keymouse.cpp keymouse-1.0.mod/src/keymouse.cpp +*** keymouse-1.0/src/keymouse.cpp 2008-03-10 20:18:37.000000000 +0100 +--- keymouse-1.0.mod/src/keymouse.cpp 2010-06-14 13:36:55.096884176 +0200 +*************** +*** 10,15 **** +--- 10,17 ---- + + #include + #include "app.h" ++ #include ++ #include + + using namespace std; + +diff -crB keymouse-1.0/src/logger.cpp keymouse-1.0.mod/src/logger.cpp +*** keymouse-1.0/src/logger.cpp 2008-03-08 21:09:36.000000000 +0100 +--- keymouse-1.0.mod/src/logger.cpp 2010-06-14 13:52:26.245635574 +0200 +*************** +*** 6,11 **** +--- 6,15 ---- + + #include "logger.h" + #include ++ #include ++ #include ++ #include ++ #include + + using namespace std; + +diff -crB keymouse-1.0/src/shortcut.cpp keymouse-1.0.mod/src/shortcut.cpp +*** keymouse-1.0/src/shortcut.cpp 2008-03-08 21:09:36.000000000 +0100 +--- keymouse-1.0.mod/src/shortcut.cpp 2010-06-14 13:53:28.896884710 +0200 +*************** +*** 6,11 **** +--- 6,13 ---- + + #include "shortcut.h" + #include ++ #include ++ #include + + bool Shortcut::locked = false; + -- cgit v1.2.3