summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-scheduler/files/vdr-2.3.5_compat.patch')
-rw-r--r--media-plugins/vdr-scheduler/files/vdr-2.3.5_compat.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-plugins/vdr-scheduler/files/vdr-2.3.5_compat.patch b/media-plugins/vdr-scheduler/files/vdr-2.3.5_compat.patch
new file mode 100644
index 000000000000..546015d3eb8e
--- /dev/null
+++ b/media-plugins/vdr-scheduler/files/vdr-2.3.5_compat.patch
@@ -0,0 +1,17 @@
+Description: Fix FTBS with VDR >=2.3.5
+Origin: http://www.minidvblinux.de/git/?a=commit&p=vdr-plugin-scheduler&h=25981073415e8c74dd5ebe3f7d9d9a9407665f6a
+Author: Andreas McPherson <megax@minidvblinux.de>
+--- a/task.h
++++ b/task.h
+@@ -94,6 +94,11 @@
+
+
+ public:
++ cTask& operator= (const cTask &Task)
++ {
++ return *this;
++ };
++
+ cTask(void);
+ cTask(const char* Name, const char* Cmd, int AnnounceMode = 0);
+