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 D238A1381F3 for ; Sun, 11 Nov 2012 00:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43E0BE0683; Sun, 11 Nov 2012 00:49:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0860E0683 for ; Sun, 11 Nov 2012 00:49:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F27333D97F for ; Sun, 11 Nov 2012 00:49:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0876E5436 for ; Sun, 11 Nov 2012 00:49:19 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1352594955.a98e5c8e2ea02ca955bdd9ce2c50a9a089fb417d.chithead@gentoo> 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: a98e5c8e2ea02ca955bdd9ce2c50a9a089fb417d X-VCS-Branch: master Date: Sun, 11 Nov 2012 00:49:19 +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: 547b54e2-4181-4ef6-86f2-20fe5d3386e7 X-Archives-Hash: d5b42aff7671c6ca4fab2dce6f0ac94c commit: a98e5c8e2ea02ca955bdd9ce2c50a9a089fb417d Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun Nov 11 00:49:15 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Sun Nov 11 00:49:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a98e5c8e media-libs/mesa: import BSD indent workaround from bug #428112. --- media-libs/mesa/mesa-9999.ebuild | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 5cf6172..4b6ca7a 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -244,6 +244,9 @@ src_configure() { " fi + # build fails with BSD indent, bug #428112 + use userland_GNU || export INDENT=cat + econf \ --enable-dri \ --enable-glx \