diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-10-04 08:37:20 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-10-04 08:37:20 +0000 |
commit | 276a95899e78f6fd80bfbf6dab4b3020d9d588a1 (patch) | |
tree | b0e77741aac620758a71d2d82831cf7ad7896192 /media-libs/mesa/mesa-8.0.4-r1.ebuild | |
parent | x86 stable wrt security bug #436028 (systemd-specific code rolled to -r1, sin... (diff) | |
download | gentoo-2-276a95899e78f6fd80bfbf6dab4b3020d9d588a1.tar.gz gentoo-2-276a95899e78f6fd80bfbf6dab4b3020d9d588a1.tar.bz2 gentoo-2-276a95899e78f6fd80bfbf6dab4b3020d9d588a1.zip |
Add patch to fix non-POSIX test. #435496
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa/mesa-8.0.4-r1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-8.0.4-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-8.0.4-r1.ebuild b/media-libs/mesa/mesa-8.0.4-r1.ebuild index baa290789b59..c28aed20fdbd 100644 --- a/media-libs/mesa/mesa-8.0.4-r1.ebuild +++ b/media-libs/mesa/mesa-8.0.4-r1.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.0.4-r1.ebuild,v 1.7 2012/09/24 18:14:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.4-r1.ebuild,v 1.8 2012/10/04 08:37:19 naota Exp $ EAPI=4 @@ -165,6 +165,9 @@ src_prepare() { # Tests fail against python-3, bug #407887 sed -i 's|/usr/bin/env python|/usr/bin/env python2|' src/glsl/tests/compare_ir || die + # Fix bash-ism test bug 435496 + epatch "${FILESDIR}"/${PN}-8.0.4-configure-bsd.patch + base_src_prepare eautoreconf |