diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-04-20 03:59:38 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-04-20 03:59:38 +0000 |
commit | 1e1f7504ae8e12d3453c90f9f2b9e0d66f40d526 (patch) | |
tree | 59bdf80d1e6b18d32896617750cb493c021ed52f /eclass | |
parent | Version bumps (diff) | |
download | gentoo-2-1e1f7504ae8e12d3453c90f9f2b9e0d66f40d526.tar.gz gentoo-2-1e1f7504ae8e12d3453c90f9f2b9e0d66f40d526.tar.bz2 gentoo-2-1e1f7504ae8e12d3453c90f9f2b9e0d66f40d526.zip |
fix system-libvpx path for Gentoo Prefix, bug 364165
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 1a502d492d24..352aeff68a06 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.17 2011/04/08 19:10:44 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.18 2011/04/20 03:59:38 darkside Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -67,7 +67,7 @@ mozconfig_config() { mozconfig_annotate '+webm -alsa' --enable-ogg mozconfig_annotate '+webm -alsa' --enable-wave mozconfig_annotate '+webm' --enable-webm - mozconfig_annotate '+webm' --enable-system-libvpx + mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr else mozconfig_use_enable webm mozconfig_use_with webm system-libvpx |