Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/xawtv/, media-tv/xawtv/files/
Date: Sat, 10 Oct 2015 09:16:53
Message-Id: 1444468594.b4ca68f8b701b52c491ebdaa0a45ea07718648d1.xmw@gentoo
1 commit: b4ca68f8b701b52c491ebdaa0a45ea07718648d1
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 09:14:20 2015 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 09:16:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ca68f8
7
8 media-tv/xawtv: include stdbool declaration for gcc5 (thanks Helmut Jarausch, bug 548454).
9
10 Package-Manager: portage-2.2.21
11
12 media-tv/xawtv/files/xawtv-3.95-stdbool.patch | 10 ++++++++++
13 media-tv/xawtv/xawtv-3.95-r3.ebuild | 1 +
14 2 files changed, 11 insertions(+)
15
16 diff --git a/media-tv/xawtv/files/xawtv-3.95-stdbool.patch b/media-tv/xawtv/files/xawtv-3.95-stdbool.patch
17 new file mode 100644
18 index 0000000..b93bb11
19 --- /dev/null
20 +++ b/media-tv/xawtv/files/xawtv-3.95-stdbool.patch
21 @@ -0,0 +1,10 @@
22 +--- x11/blit.c
23 ++++ x11/blit.c
24 +@@ -13,6 +13,7 @@
25 + #include <pthread.h>
26 + #include <sys/ipc.h>
27 + #include <sys/shm.h>
28 ++#include <stdbool.h>
29 +
30 + #include <X11/Xlib.h>
31 + #include <X11/Intrinsic.h>
32
33 diff --git a/media-tv/xawtv/xawtv-3.95-r3.ebuild b/media-tv/xawtv/xawtv-3.95-r3.ebuild
34 index 451a9d1..429f21f 100644
35 --- a/media-tv/xawtv/xawtv-3.95-r3.ebuild
36 +++ b/media-tv/xawtv/xawtv-3.95-r3.ebuild
37 @@ -76,6 +76,7 @@ src_prepare() {
38 epatch "${FILESDIR}/${P}-libquicktime-compat.patch"
39 epatch "${FILESDIR}/${P}-pagemask-fix.patch"
40 epatch "${FILESDIR}/${P}-jpeg-7.patch"
41 + epatch "${FILESDIR}/${P}-stdbool.patch"
42 eautoreconf
43 }