diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-03-01 19:35:16 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-03-01 19:35:16 +0000 |
commit | 6276bcca7aa3434596c20fb9de027a99f7c925d1 (patch) | |
tree | 0f0837d35b7a255e98d200a635fcb5a221a5d3a0 /media-libs/mesa/mesa-10.3.7-r1.ebuild | |
parent | Drop r600-llvm-compiler USE flag. Upstream only wants active developers to us... (diff) | |
download | gentoo-2-6276bcca7aa3434596c20fb9de027a99f7c925d1.tar.gz gentoo-2-6276bcca7aa3434596c20fb9de027a99f7c925d1.tar.bz2 gentoo-2-6276bcca7aa3434596c20fb9de027a99f7c925d1.zip |
Add patch to reduce compile time/memory, bug 540960.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'media-libs/mesa/mesa-10.3.7-r1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-10.3.7-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-10.3.7-r1.ebuild b/media-libs/mesa/mesa-10.3.7-r1.ebuild index bb34d51c77a0..da53c72c357f 100644 --- a/media-libs/mesa/mesa-10.3.7-r1.ebuild +++ b/media-libs/mesa/mesa-10.3.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild,v 1.9 2015/02/28 22:23:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild,v 1.10 2015/03/01 19:35:16 mattst88 Exp $ EAPI=5 @@ -208,6 +208,7 @@ src_prepare() { fi epatch "${FILESDIR}"/${PN}-10.3.7-dont-use-clrsb.patch + epatch "${FILESDIR}"/${PN}-10.3.7-format_utils.c.patch # relax the requirement that r300 must have llvm, bug 380303 epatch "${FILESDIR}"/${PN}-10.2-dont-require-llvm-for-r300.patch |