diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-03 14:50:11 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-03 14:50:11 +0000 |
commit | f7e6dff50ab557d4bfd269f1157767303c3d55fd (patch) | |
tree | 669174502cc8f37432f36fc5e1092e67c91c92a7 /media-plugins/vdr-taste/files | |
parent | Added patch to prevent a patch on frontend getting killed/connection lost. (diff) | |
download | gentoo-2-f7e6dff50ab557d4bfd269f1157767303c3d55fd.tar.gz gentoo-2-f7e6dff50ab557d4bfd269f1157767303c3d55fd.tar.bz2 gentoo-2-f7e6dff50ab557d4bfd269f1157767303c3d55fd.zip |
Added patch to compile also with vdr-1.4.4_p1
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'media-plugins/vdr-taste/files')
-rw-r--r-- | media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff b/media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff new file mode 100644 index 000000000000..8648f93d4dcf --- /dev/null +++ b/media-plugins/vdr-taste/files/vdr-taste-0.0.2d-uint64.diff @@ -0,0 +1,12 @@ +diff -ru taste-0.0.2d-orig/control.h taste-0.0.2d/control.h +--- taste-0.0.2d-orig/control.h 2006-12-03 15:48:00.521763680 +0100 ++++ taste-0.0.2d/control.h 2006-12-03 15:48:15.469333968 +0100 +@@ -15,7 +15,7 @@ + const cChannel *mChannel; + const cEvent *mPresent; + const cEvent *mFollowing; +- uint64 mStart; ++ uint64_t mStart; + bool mSwitch; + cSkinDisplayChannel *mOsd; + |