From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9195E1381F1 for ; Sun, 22 Apr 2018 21:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD019E07D8; Sun, 22 Apr 2018 21:59:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A23E5E07D8 for ; Sun, 22 Apr 2018 21:59:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42675335C2C for ; Sun, 22 Apr 2018 21:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81EA6272 for ; Sun, 22 Apr 2018 21:59:05 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1524434305.6fa47e8d2271a73abae0b108dbc0c0770bf9a2a4.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: media-libs/mesa/, media-libs/mesa/files/ X-VCS-Repository: proj/musl X-VCS-Files: media-libs/mesa/files/mesa-18-intel-missing-time_t.patch media-libs/mesa/mesa-18.1.0_rc1.ebuild X-VCS-Directories: media-libs/mesa/files/ media-libs/mesa/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: 6fa47e8d2271a73abae0b108dbc0c0770bf9a2a4 X-VCS-Branch: master Date: Sun, 22 Apr 2018 21:59:05 +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: 82c263ae-700f-49b8-9c68-0582b3a110c3 X-Archives-Hash: 8756885571e0b14bce0dfe4faa78db29 commit: 6fa47e8d2271a73abae0b108dbc0c0770bf9a2a4 Author: Aric Belsito gmail com> AuthorDate: Sun Apr 22 21:58:25 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Sun Apr 22 21:58:25 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=6fa47e8d media-libs/mesa: add patch for missing header media-libs/mesa/files/mesa-18-intel-missing-time_t.patch | 11 +++++++++++ media-libs/mesa/mesa-18.1.0_rc1.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/media-libs/mesa/files/mesa-18-intel-missing-time_t.patch b/media-libs/mesa/files/mesa-18-intel-missing-time_t.patch new file mode 100644 index 0000000..353f8f2 --- /dev/null +++ b/media-libs/mesa/files/mesa-18-intel-missing-time_t.patch @@ -0,0 +1,11 @@ +diff -Naur mesa-18.1.0-rc1.orig/src/mesa/drivers/dri/i965/brw_bufmgr.h mesa-18.1.0-rc1/src/mesa/drivers/dri/i965/brw_bufmgr.h +--- mesa-18.1.0-rc1.orig/src/mesa/drivers/dri/i965/brw_bufmgr.h 2018-04-22 12:42:46.505947484 -0700 ++++ mesa-18.1.0-rc1/src/mesa/drivers/dri/i965/brw_bufmgr.h 2018-04-22 12:44:09.720945994 -0700 +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include + #include "util/u_atomic.h" + #include "util/list.h" + diff --git a/media-libs/mesa/mesa-18.1.0_rc1.ebuild b/media-libs/mesa/mesa-18.1.0_rc1.ebuild index 40771c8..9d597ac 100644 --- a/media-libs/mesa/mesa-18.1.0_rc1.ebuild +++ b/media-libs/mesa/mesa-18.1.0_rc1.ebuild @@ -287,6 +287,7 @@ src_prepare() { eapply "${FILESDIR}"/${PN}-17-musl-string_h.patch eapply "${FILESDIR}"/${PN}-17-musl-invocation_name.patch eapply "${FILESDIR}"/${PN}-18-musl-pthread.patch + eapply "${FILESDIR}"/${PN}-18-intel-missing-time_t.patch eautoreconf