diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-07-06 13:36:46 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-07-06 13:36:46 +0000 |
commit | e9b6971c19142454f39566a20575e53b291d150e (patch) | |
tree | b34d44cbdfd2d4e24291df46b07d20c5d37aa447 /eclass | |
parent | [bump] dev-perl/DateTime-TimeZone-1.350.0 (diff) | |
download | gentoo-2-e9b6971c19142454f39566a20575e53b291d150e.tar.gz gentoo-2-e9b6971c19142454f39566a20575e53b291d150e.tar.bz2 gentoo-2-e9b6971c19142454f39566a20575e53b291d150e.zip |
fix system-libvpx location for Gentoo Prefix, bug 369491
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index d4c318471237..d06d0e0ea0bd 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -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/eclass/mozconfig-3.eclass,v 1.20 2011/06/24 10:34:55 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.21 2011/07/06 13:36:46 darkside Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -71,7 +71,7 @@ mozconfig_config() { mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr else mozconfig_use_enable webm - mozconfig_use_with webm system-libvpx + mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr fi else mozconfig_annotate '' --disable-webm |