summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch')
-rw-r--r--x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch b/x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch
deleted file mode 100644
index 917b8687dc18..000000000000
--- a/x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/FbDesk.cc.org 2006-04-22 14:29:20.000000000 +0200
-+++ src/FbDesk.cc 2006-04-22 14:37:45.000000000 +0200
-@@ -43,6 +43,8 @@
- using namespace std;
- using namespace FbTk;
-
-+namespace FbTk {
-+
- template <>
- void Resource<int>::setFromString(const char *str) {
- sscanf(str, "%d", &*(*this));
-@@ -65,8 +67,6 @@
- return (*this)->c_str();
- }
-
--
--
- template <>
- std::string Resource<FbDesk::Icon::TextPlacement>::getString() {
- switch (*(*this)) {
-@@ -97,6 +97,8 @@
- *(*this) = FbDesk::Icon::TEXTPLACE_BOTTOM;
- }
-
-+}
-+
- namespace FbDesk {
-
- FbDesk::FbDesk(const char *config_filename):