diff options
Diffstat (limited to 'media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild b/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild index f5ef9d70568d..51cf89bf9e7a 100644 --- a/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild +++ b/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild,v 1.6 2012/10/04 08:37:19 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild,v 1.7 2012/10/05 06:08:59 naota Exp $ EAPI=4 @@ -255,6 +255,8 @@ src_configure() { " fi + use userland_GNU || export INDENT=cat + econf \ --enable-dri \ --enable-glx \ |