From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RN59y-0007Tp-Nv for garchives@archives.gentoo.org; Sun, 06 Nov 2011 16:01:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 185EA21C027; Sun, 6 Nov 2011 16:01:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D3A5A21C027 for ; Sun, 6 Nov 2011 16:01:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BE721B4098 for ; Sun, 6 Nov 2011 16:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B512680042 for ; Sun, 6 Nov 2011 16:01:15 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: be57fa5e335ef0e2b511ca6a01e8be05f6dc7c45 Date: Sun, 6 Nov 2011 16:01:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 102adec4-cc8f-4342-a28c-809f3a304c28 X-Archives-Hash: 32fa608e3afb15c5f74a80c89db3933c commit: be57fa5e335ef0e2b511ca6a01e8be05f6dc7c45 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun Nov 6 16:01:12 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sun Nov 6 16:01:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dbe57fa5e media-libs/mesa: import ppc64 build fix from portage --- media-libs/mesa/mesa-9999.ebuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index d0ab971..697dfa4 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -140,6 +140,8 @@ pkg_setup() { =20 # recommended by upstream append-flags -ffast-math + # workaround toc-issue wrt #386545 + use ppc64 && append-flags -mminimal-toc } =20 src_unpack() {