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-9999.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-9999.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild index 565ef6137f3c..f4ec0d524840 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-9999.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-9999.ebuild,v 1.17 2011/09/22 09:08:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.18 2011/09/27 12:57:54 ottxor Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -39,6 +39,9 @@ REQUIRED_USE=" " src_configure() { + # http://bugs.gentoo.org/show_bug.cgi?id=384585 + addpredict /usr/share/snmp/mibs/.index + tc-export CC ./configure \ --prefix="${EPREFIX}"/usr \ |