diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-11-14 18:51:50 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-11-14 18:51:50 +0000 |
commit | 818eb12aaec0a555bc0dd628031dbd0e9c6efb2d (patch) | |
tree | fc46584a875cb1101a2966aa96bcc7d100bce516 /net-libs/libvncserver/libvncserver-0.9.7.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-818eb12aaec0a555bc0dd628031dbd0e9c6efb2d.tar.gz gentoo-2-818eb12aaec0a555bc0dd628031dbd0e9c6efb2d.tar.bz2 gentoo-2-818eb12aaec0a555bc0dd628031dbd0e9c6efb2d.zip |
Pass --disable-silent-rules to econf, bug 443128 by ago.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.7.ebuild')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.7.ebuild b/net-libs/libvncserver/libvncserver-0.9.7.ebuild index 4fc211b10733..ecf7bc88165e 100644 --- a/net-libs/libvncserver/libvncserver-0.9.7.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.7.ebuild,v 1.10 2010/12/16 14:31:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.7.ebuild,v 1.11 2012/11/14 18:51:50 floppym Exp $ EAPI="2" @@ -37,6 +37,7 @@ src_prepare() { src_configure() { econf \ + --disable-silent-rules \ --without-x11vnc \ $(use_with !no24bpp 24bpp) \ $(use_with jpeg) \ |