diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-09-27 12:57:54 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-09-27 12:57:54 +0000 |
commit | a1da44c8a6628fc5a4c3e35a3c24d2b1d445b6e7 (patch) | |
tree | 0f8bef94f956c474cc033baaa685208efc595e47 /media-libs/libvpx/libvpx-0.9.7.ebuild | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-a1da44c8a6628fc5a4c3e35a3c24d2b1d445b6e7.tar.gz gentoo-2-a1da44c8a6628fc5a4c3e35a3c24d2b1d445b6e7.tar.bz2 gentoo-2-a1da44c8a6628fc5a4c3e35a3c24d2b1d445b6e7.zip |
[media-libs/libvpx] addpredict (bug #384585)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'media-libs/libvpx/libvpx-0.9.7.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-0.9.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-0.9.7.ebuild b/media-libs/libvpx/libvpx-0.9.7.ebuild index 4970bcbc1113..8b50dd5d65f8 100644 --- a/media-libs/libvpx/libvpx-0.9.7.ebuild +++ b/media-libs/libvpx/libvpx-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild,v 1.1 2011/08/08 10:43:05 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7.ebuild,v 1.2 2011/09/27 12:57:54 ottxor Exp $ EAPI=4 inherit eutils multilib toolchain-funcs @@ -45,6 +45,9 @@ src_prepare() { } src_configure() { + # http://bugs.gentoo.org/show_bug.cgi?id=384585 + addpredict /usr/share/snmp/mibs/.index + tc-export CC local archparams="" [ "$ABI" = "x86" ] && archparams=" --target=x86-linux-gcc" |