diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2013-07-24 16:07:01 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2013-07-24 16:07:01 +0000 |
commit | 917646a77c97d0569c4ce2292030828c0c3782c1 (patch) | |
tree | 5b5a10b96535e1a42bb35923f9738050d1dfcd9d /media-libs/libvpx/libvpx-1.1.0.ebuild | |
parent | added configdir instruction. See bug 477924. (diff) | |
download | gentoo-2-917646a77c97d0569c4ce2292030828c0c3782c1.tar.gz gentoo-2-917646a77c97d0569c4ce2292030828c0c3782c1.tar.bz2 gentoo-2-917646a77c97d0569c4ce2292030828c0c3782c1.zip |
Apply fix for bug #465988 to stable.
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'media-libs/libvpx/libvpx-1.1.0.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-1.1.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index 433602a19607..1eccdf2061eb 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.27 2013/06/19 13:38:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.28 2013/07/24 16:07:01 phajdan.jr Exp $ EAPI=4 inherit multilib toolchain-funcs base flag-o-matic @@ -63,7 +63,12 @@ src_configure() { MAKEOPTS="${MAKEOPTS} verbose=yes" # http://bugs.gentoo.org/show_bug.cgi?id=384585 + # https://bugs.gentoo.org/show_bug.cgi?id=465988 + # copied from php-pear-r1.eclass addpredict /usr/share/snmp/mibs/.index + addpredict /var/lib/net-snmp/ + addpredict /var/lib/net-snmp/mib_indexes + addpredict /session_mm_cli0.sem # Build with correct toolchain. tc-export CC AR NM |