diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-12-17 14:54:47 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-12-17 14:54:47 +0000 |
commit | fd26f262ad3102700fea8ccb70834a48479e2679 (patch) | |
tree | 32a69898184d0d815499834df814131b51b58a35 /media-plugins/vdr-ffnetdev/files | |
parent | amd64 stable (diff) | |
download | historical-fd26f262ad3102700fea8ccb70834a48479e2679.tar.gz historical-fd26f262ad3102700fea8ccb70834a48479e2679.tar.bz2 historical-fd26f262ad3102700fea8ccb70834a48479e2679.zip |
Fix compilation with gcc-4.3. Bug #251190.
Package-Manager: portage-2.1.6.1/cvs/Linux 2.6.27-gentoo-r1 i686
Diffstat (limited to 'media-plugins/vdr-ffnetdev/files')
-rw-r--r-- | media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch b/media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch new file mode 100644 index 000000000000..ac0ad6eb01cd --- /dev/null +++ b/media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch @@ -0,0 +1,12 @@ +diff -ru vdr-ffnetdev-0.1.0-orig/netosd.h vdr-ffnetdev-0.1.0/netosd.h +--- vdr-ffnetdev-0.1.0-orig/netosd.h 2008-12-17 15:46:49.194277519 +0100 ++++ vdr-ffnetdev-0.1.0/netosd.h 2008-12-17 15:47:46.807603142 +0100 +@@ -17,7 +17,7 @@ + bool truecolor; + protected: + public: +- cNetOSD(int XOfs, int XOfs, uint level); ++ cNetOSD(int Left, int Top, uint level); + virtual ~cNetOSD(); + virtual eOsdError CanHandleAreas(const tArea *Areas, int NumAreas); + virtual void Flush(void); |