Skip to content

Commit

Permalink
compilefix vdr-2.1.1, thx to T.Foerster on wrt bug 541130
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
hd-brummy committed May 5, 2016
1 parent 7494ce5 commit 3478d06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions media-plugins/vdr-kvdrmon/vdr-kvdrmon-0.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ DEPEND=">=media-video/vdr-1.3.0"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${P}-remove-menu-entry.diff" )

src_prepare() {
vdr-plugin-2_src_prepare

if has_version ">=media-video/vdr-2.1.1"; then
sed -e "s/VideoDiskSpace/cVideoDirectory::VideoDiskSpace/" \
-i helpers.c
fi
}

0 comments on commit 3478d06

Please sign in to comment.