Skip to content

Commit

Permalink
media-tv/dvbtune: Fix-in-place missing implicit include from kernel
Browse files Browse the repository at this point in the history
4.13. No bump since it's only a build failure.

Closes: https://bugs.gentoo.org/578180
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
Chris Reffett committed Jan 4, 2018
1 parent c1bba17 commit 07dbc93
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-tv/dvbtune/dvbtune-0.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}

src_prepare() {
epatch "${FILESDIR}"/${PF}-gentoo.diff
epatch "${FILESDIR}"/${PN}-0.5-stdint.patch
}

src_compile() {
Expand Down
10 changes: 10 additions & 0 deletions media-tv/dvbtune/files/dvbtune-0.5-stdint.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- dvbtune-0.5/dvbtune.c 2017-12-03 12:24:12.222743908 +0100
+++ dvbtune-0.5/dvbtune.c 2017-12-03 12:24:37.951429997 +0100
@@ -37,6 +37,7 @@
*/

// Linux includes:
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

0 comments on commit 07dbc93

Please sign in to comment.