Skip to content

Commit

Permalink
media-tv/xawtv: include stdbool declaration for gcc5 (thanks Helmut J…
Browse files Browse the repository at this point in the history
…arausch, bug 548454).

Package-Manager: portage-2.2.21
  • Loading branch information
xmw committed Oct 10, 2015
1 parent d7c8c7d commit b4ca68f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions media-tv/xawtv/files/xawtv-3.95-stdbool.patch
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions media-tv/xawtv/xawtv-3.95-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b4ca68f

Please sign in to comment.