diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-15 22:36:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-15 22:36:05 +0000 |
commit | 93836a77e7d3095d4f39ad98a7a230cd98582704 (patch) | |
tree | 0b683cb88f514e5e2511f37f1b2b3aea97520e41 /media-libs/libvpx/libvpx-1.1.0.ebuild | |
parent | arm stable, bug #450608 (diff) | |
download | gentoo-2-93836a77e7d3095d4f39ad98a7a230cd98582704.tar.gz gentoo-2-93836a77e7d3095d4f39ad98a7a230cd98582704.tar.bz2 gentoo-2-93836a77e7d3095d4f39ad98a7a230cd98582704.zip |
Unset variable CODECS which is picked up by the build system wrt #357487. Thanks to Aaron Lewis for reporting and Ben Kohler for solution.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/libvpx/libvpx-1.1.0.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-1.1.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index ac936a0806b0..8715f714f5f2 100644 --- a/media-libs/libvpx/libvpx-1.1.0.ebuild +++ b/media-libs/libvpx/libvpx-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.17 2013/01/06 09:51:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.18 2013/01/15 22:36:05 ssuominen Exp $ EAPI=4 inherit multilib toolchain-funcs base @@ -47,6 +47,8 @@ PATCHES=( ) src_configure() { + unset CODECS #357487 + # let the build system decide which AS to use (it honours $AS but # then feeds it with yasm flags without checking...) #345161 local a |