diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 15:07:31 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 15:07:31 +0000 |
commit | dec960327471c4e54a282b0b50d6371819cf3092 (patch) | |
tree | 22c9b5355263edaa998dc812540c31971e537e9a /media-libs/libvpx/libvpx-1.1.0.ebuild | |
parent | fix installation, bug #414879 and simplify ebuild (diff) | |
download | historical-dec960327471c4e54a282b0b50d6371819cf3092.tar.gz historical-dec960327471c4e54a282b0b50d6371819cf3092.tar.bz2 historical-dec960327471c4e54a282b0b50d6371819cf3092.zip |
disable hardcoded cflags by disabling (compiler) optimizations, user cflags will be used then
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libvpx/libvpx-1.1.0.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-1.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index 31c93d06ad6b..d23f026ac244 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-2012 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.2 2012/05/12 14:58:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.3 2012/05/12 15:07:31 aballier Exp $ EAPI=4 inherit multilib @@ -60,6 +60,7 @@ src_configure() { --enable-pic \ --enable-vp8 \ --enable-shared \ + --disable-optimizations \ $(use_enable altivec) \ $(use_enable debug debug-libs) \ $(use_enable debug) \ |