diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 17:02:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 17:02:49 +0000 |
commit | 05e3d98b7351ae9c98eaef297f60822f6fd13cca (patch) | |
tree | 8e44e6f092179573204ec0e224594a5073e5f0ec /media-libs/libvpx/libvpx-9999.ebuild | |
parent | --echangelog=n (diff) | |
download | gentoo-2-05e3d98b7351ae9c98eaef297f60822f6fd13cca.tar.gz gentoo-2-05e3d98b7351ae9c98eaef297f60822f6fd13cca.tar.bz2 gentoo-2-05e3d98b7351ae9c98eaef297f60822f6fd13cca.zip |
do not build examples that will not be installed, bug #336426
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
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 207656d367ca..827de980a8af 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-9999.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-9999.ebuild,v 1.34 2013/06/25 16:53:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.35 2013/06/25 17:02:49 aballier Exp $ EAPI=4 inherit multilib toolchain-funcs flag-o-matic multilib-minimal @@ -57,6 +57,9 @@ multilib_src_configure() { # build verbose by default MAKEOPTS="${MAKEOPTS} verbose=yes" + # do not build examples that will not be installed + MAKEOPTS="${MAKEOPTS} GEN_EXAMPLES=" + # http://bugs.gentoo.org/show_bug.cgi?id=384585 addpredict /usr/share/snmp/mibs/.index |