summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-scheduler/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /media-plugins/vdr-scheduler/files
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'media-plugins/vdr-scheduler/files')
-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);
+