* [gentoo-commits] repo/gentoo:master commit in: media-tv/xawtv/, media-tv/xawtv/files/
@ 2015-10-10 9:16 Michael Weber
0 siblings, 0 replies; only message in thread
From: Michael Weber @ 2015-10-10 9:16 UTC (permalink / raw
To: gentoo-commits
commit: b4ca68f8b701b52c491ebdaa0a45ea07718648d1
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 09:14:20 2015 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 09:16:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ca68f8
media-tv/xawtv: include stdbool declaration for gcc5 (thanks Helmut Jarausch, bug 548454).
Package-Manager: portage-2.2.21
media-tv/xawtv/files/xawtv-3.95-stdbool.patch | 10 ++++++++++
media-tv/xawtv/xawtv-3.95-r3.ebuild | 1 +
2 files changed, 11 insertions(+)
diff --git a/media-tv/xawtv/files/xawtv-3.95-stdbool.patch b/media-tv/xawtv/files/xawtv-3.95-stdbool.patch
new file mode 100644
index 0000000..b93bb11
--- /dev/null
+++ b/media-tv/xawtv/files/xawtv-3.95-stdbool.patch
@@ -0,0 +1,10 @@
+--- x11/blit.c
++++ x11/blit.c
+@@ -13,6 +13,7 @@
+ #include <pthread.h>
+ #include <sys/ipc.h>
+ #include <sys/shm.h>
++#include <stdbool.h>
+
+ #include <X11/Xlib.h>
+ #include <X11/Intrinsic.h>
diff --git a/media-tv/xawtv/xawtv-3.95-r3.ebuild b/media-tv/xawtv/xawtv-3.95-r3.ebuild
index 451a9d1..429f21f 100644
--- a/media-tv/xawtv/xawtv-3.95-r3.ebuild
+++ b/media-tv/xawtv/xawtv-3.95-r3.ebuild
@@ -76,6 +76,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}-libquicktime-compat.patch"
epatch "${FILESDIR}/${P}-pagemask-fix.patch"
epatch "${FILESDIR}/${P}-jpeg-7.patch"
+ epatch "${FILESDIR}/${P}-stdbool.patch"
eautoreconf
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-10-10 9:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-10 9:16 [gentoo-commits] repo/gentoo:master commit in: media-tv/xawtv/, media-tv/xawtv/files/ Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox