diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 14:58:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 14:58:57 +0000 |
commit | c6fdfdcdee92dc6a0f3869a14c94a73d33599f89 (patch) | |
tree | 977e0f5ac5787efa1fa27a6d4538c0a178d43876 /media-libs/libvpx/libvpx-1.1.0.ebuild | |
parent | keyword ~amd64-fbsd (diff) | |
download | historical-c6fdfdcdee92dc6a0f3869a14c94a73d33599f89.tar.gz historical-c6fdfdcdee92dc6a0f3869a14c94a73d33599f89.tar.bz2 historical-c6fdfdcdee92dc6a0f3869a14c94a73d33599f89.zip |
build verbose so that we see the actual commands invoked
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libvpx/libvpx-1.1.0.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-1.1.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index a76ca441145e..31c93d06ad6b 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-2012 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.1 2012/05/12 14:43:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.2 2012/05/12 14:58:57 aballier Exp $ EAPI=4 inherit multilib @@ -44,6 +44,9 @@ src_configure() { #then feeds it with yasm flags without checking...) bug 345161 unset AS + # build verbose by default + MAKEOPTS="${MAKEOPTS} verbose=yes" + # http://bugs.gentoo.org/show_bug.cgi?id=384585 addpredict /usr/share/snmp/mibs/.index |