summaryrefslogtreecommitdiff
path: root/media-video/noad/files/patches-0.7.x/noad-0.7.3_gcc-4.7.diff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/noad/files/patches-0.7.x/noad-0.7.3_gcc-4.7.diff')
-rw-r--r--media-video/noad/files/patches-0.7.x/noad-0.7.3_gcc-4.7.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/media-video/noad/files/patches-0.7.x/noad-0.7.3_gcc-4.7.diff b/media-video/noad/files/patches-0.7.x/noad-0.7.3_gcc-4.7.diff
deleted file mode 100644
index ca37f8e22a87..000000000000
--- a/media-video/noad/files/patches-0.7.x/noad-0.7.3_gcc-4.7.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=423623
-compilefix gcc-4.7.x
-
-signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> (2012/06/27)
-
-diff -Naur noad-0.7.3.orig/vdr_cl.h noad-0.7.3/vdr_cl.h
---- noad-0.7.3.orig/vdr_cl.h 2012-06-27 20:27:57.000000000 +0200
-+++ noad-0.7.3/vdr_cl.h 2012-06-27 20:30:56.000000000 +0200
-@@ -287,7 +287,7 @@
- {
- T *l = new T;
- if (l->Parse(s))
-- Add(l);
-+ this->Add(l);
- else
- {
- esyslog("ERROR: error in %s, line %d", fileName, line);