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 4F33913873B for ; Sat, 1 Mar 2014 19:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27816E09B7; Sat, 1 Mar 2014 19:59:58 +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 BA9CEE09E8 for ; Sat, 1 Mar 2014 19:59:57 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E589433FB6A for ; Sat, 1 Mar 2014 19:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 752EB188E9 for ; Sat, 1 Mar 2014 19:59:55 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1393704091.dcf578ba21ff83792171742c7e2430ba942f7dc1.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: media-libs/mesa/, media-libs/mesa/files/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: media-libs/mesa/files/mesa-9.1.6-endian.patch media-libs/mesa/mesa-9.1.6-r99.ebuild X-VCS-Directories: media-libs/mesa/ media-libs/mesa/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: dcf578ba21ff83792171742c7e2430ba942f7dc1 X-VCS-Branch: musl Date: Sat, 1 Mar 2014 19:59:55 +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: d0b43cf9-d57d-4330-bc01-a13c9499cb5c X-Archives-Hash: 669d3d9f2c8d45bf1781cc373aeb9e49 commit: dcf578ba21ff83792171742c7e2430ba942f7dc1 Author: Felix Janda posteo de> AuthorDate: Sat Mar 1 16:31:37 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Mar 1 20:01:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=dcf578ba media-libs/mesa: musl has endian.h --- media-libs/mesa/files/mesa-9.1.6-endian.patch | 11 +++++++++++ media-libs/mesa/mesa-9.1.6-r99.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/media-libs/mesa/files/mesa-9.1.6-endian.patch b/media-libs/mesa/files/mesa-9.1.6-endian.patch new file mode 100644 index 0000000..98914b0 --- /dev/null +++ b/media-libs/mesa/files/mesa-9.1.6-endian.patch @@ -0,0 +1,11 @@ +--- a/Mesa-9.1.6/src/gallium/include/pipe/p_config.h ++++ b/Mesa-9.1.6/src/gallium/include/pipe/p_config.h +@@ -115,7 +115,7 @@ + * Endian detection. + */ + +-#ifdef __GLIBC__ ++#if 1 + #include + + #if __BYTE_ORDER == __LITTLE_ENDIAN diff --git a/media-libs/mesa/mesa-9.1.6-r99.ebuild b/media-libs/mesa/mesa-9.1.6-r99.ebuild index ca54f30..ffcb32f 100644 --- a/media-libs/mesa/mesa-9.1.6-r99.ebuild +++ b/media-libs/mesa/mesa-9.1.6-r99.ebuild @@ -169,6 +169,7 @@ src_prepare() { # Make it compile with musl epatch "${FILESDIR}"/${PN}-9.1.6-fpclassify.patch + epatch "${FILESDIR}"/${PN}-9.1.6-endian.patch # fix for hardened pax_kernel, bug 240956 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch