From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E0FD713888F for ; Sat, 10 Oct 2015 09:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7122E21C016; Sat, 10 Oct 2015 09:16:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0048621C018 for ; Sat, 10 Oct 2015 09:16:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C629D340139 for ; Sat, 10 Oct 2015 09:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A672B9 for ; Sat, 10 Oct 2015 09:16:47 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1444468594.b4ca68f8b701b52c491ebdaa0a45ea07718648d1.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/xawtv/, media-tv/xawtv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/xawtv/files/xawtv-3.95-stdbool.patch media-tv/xawtv/xawtv-3.95-r3.ebuild X-VCS-Directories: media-tv/xawtv/ media-tv/xawtv/files/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b4ca68f8b701b52c491ebdaa0a45ea07718648d1 X-VCS-Branch: master Date: Sat, 10 Oct 2015 09:16:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9b1f0e0f-6030-4655-988d-c443545de245 X-Archives-Hash: e2bacb799ff3ca64b1001f10fdf5bb83 commit: b4ca68f8b701b52c491ebdaa0a45ea07718648d1 Author: Michael Weber gentoo org> AuthorDate: Sat Oct 10 09:14:20 2015 +0000 Commit: Michael Weber gentoo 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 + #include + #include ++#include + + #include + #include 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 }