/[gentoo-x86]/media-video/vdr/files/vdr-1.6.0_p2_gcc-4.7.patch
Gentoo

Contents of /media-video/vdr/files/vdr-1.6.0_p2_gcc-4.7.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sun Jun 10 16:00:03 2012 UTC (12 months, 1 week ago) by hd_brummy
Branch: MAIN
CVS Tags: HEAD
fixed gcc-4.7 compile; cleanup; strip-linguas en fixing

(Portage version: 2.1.10.11/cvs/Linux i686)

1 Fix building with gcc-4.7
2
3 https://bugs.gentoo.org/show_bug.cgi?id=419165
4 signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> 2012/06/10
5
6 diff -Naur vdr-1.6.0.orig/config.h vdr-1.6.0/config.h
7 --- vdr-1.6.0.orig/config.h 2012-06-10 17:41:26.000000000 +0200
8 +++ vdr-1.6.0/config.h 2012-06-10 17:42:19.000000000 +0200
9 @@ -182,7 +182,7 @@
10 #ifdef USE_CMDSUBMENU
11 AddConfig(l);
12 #else
13 - Add(l);
14 + this->Add(l);
15 #endif /* CMDSUBMENU */
16 else {
17 esyslog("ERROR: error in %s, line %d", fileName, line);

  ViewVC Help
Powered by ViewVC 1.1.20