summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-05 16:57:08 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-05 17:03:25 +0100
commit42c5e6ab6b2973f24b2cdab8a74d0f53521da2e3 (patch)
tree3678e80f1c4b08f55966a10bf239f9ef95fe4084 /patches
parent1008577e138d077b510584a0db70dd3a11cd3efe (diff)
downloadptxdist-42c5e6ab6b2973f24b2cdab8a74d0f53521da2e3.tar.gz
ptxdist-42c5e6ab6b2973f24b2cdab8a74d0f53521da2e3.tar.xz
pekwm: remove obsolete patches (fixed in new version)
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/pekwm-0.1.4/pekwm-0.1.4-missing-includes.diff101
-rw-r--r--patches/pekwm-0.1.4/series1
2 files changed, 0 insertions, 102 deletions
diff --git a/patches/pekwm-0.1.4/pekwm-0.1.4-missing-includes.diff b/patches/pekwm-0.1.4/pekwm-0.1.4-missing-includes.diff
deleted file mode 100644
index fdccadffc..000000000
--- a/patches/pekwm-0.1.4/pekwm-0.1.4-missing-includes.diff
+++ /dev/null
@@ -1,101 +0,0 @@
-Subject: [patch] add missing includes
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-
-Newer gccs (tested with 4.3.2) require more includes.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-
----
- src/CfgParser.hh | 1 +
- src/CfgParserSource.cc | 1 +
- src/ColorHandler.hh | 1 +
- src/PImageNativeLoaderXpm.cc | 1 +
- src/RegexString.cc | 1 +
- src/Util.cc | 1 +
- src/Util.hh | 1 +
- 7 files changed, 7 insertions(+)
-
-Index: pekwm-0.1.4/src/CfgParser.hh
-===================================================================
---- pekwm-0.1.4.orig/src/CfgParser.hh
-+++ pekwm-0.1.4/src/CfgParser.hh
-@@ -31,6 +31,7 @@
- #include <string>
- #include <iostream>
- #include <cstdlib>
-+#include <cstring>
-
- //! @brief Configuration file parser.
- class CfgParser {
-Index: pekwm-0.1.4/src/CfgParserSource.cc
-===================================================================
---- pekwm-0.1.4.orig/src/CfgParserSource.cc
-+++ pekwm-0.1.4/src/CfgParserSource.cc
-@@ -14,6 +14,7 @@
- #include "Util.hh"
-
- #include <iostream>
-+#include <cstdlib>
-
- extern "C" {
- #include <unistd.h>
-Index: pekwm-0.1.4/src/ColorHandler.hh
-===================================================================
---- pekwm-0.1.4.orig/src/ColorHandler.hh
-+++ pekwm-0.1.4/src/ColorHandler.hh
-@@ -15,6 +15,7 @@
-
- #include <list>
- #include <string>
-+#include <cstring>
-
- class ColorHandler {
- public:
-Index: pekwm-0.1.4/src/PImageNativeLoaderXpm.cc
-===================================================================
---- pekwm-0.1.4.orig/src/PImageNativeLoaderXpm.cc
-+++ pekwm-0.1.4/src/PImageNativeLoaderXpm.cc
-@@ -13,6 +13,7 @@
- #include "PImageNativeLoaderXpm.hh"
-
- #include <iostream>
-+#include <cstring>
-
- using std::cerr;
- using std::endl;
-Index: pekwm-0.1.4/src/RegexString.cc
-===================================================================
---- pekwm-0.1.4.orig/src/RegexString.cc
-+++ pekwm-0.1.4/src/RegexString.cc
-@@ -11,6 +11,7 @@
- #include "RegexString.hh"
-
- #include <iostream>
-+#include <cstdlib>
-
- using std::cerr;
- using std::endl;
-Index: pekwm-0.1.4/src/Util.cc
-===================================================================
---- pekwm-0.1.4.orig/src/Util.cc
-+++ pekwm-0.1.4/src/Util.cc
-@@ -14,6 +14,7 @@
- #include "Util.hh"
- #include <iostream>
- #include <sstream>
-+#include <cstdlib>
-
- #include <unistd.h>
- #include <sys/stat.h>
-Index: pekwm-0.1.4/src/Util.hh
-===================================================================
---- pekwm-0.1.4.orig/src/Util.hh
-+++ pekwm-0.1.4/src/Util.hh
-@@ -17,6 +17,7 @@
- #include <vector>
- #include <functional>
- #include <sstream>
-+#include <cstring>
-
- //! @brief Namespace Util used for various small file/string tasks.
- namespace Util {
diff --git a/patches/pekwm-0.1.4/series b/patches/pekwm-0.1.4/series
deleted file mode 100644
index 354c4d59f..000000000
--- a/patches/pekwm-0.1.4/series
+++ /dev/null
@@ -1 +0,0 @@
-pekwm-0.1.4-missing-includes.diff