diff options
Diffstat (limited to 'x11-wm/openbox/openbox-3.5.0_p20121006.ebuild')
-rw-r--r-- | x11-wm/openbox/openbox-3.5.0_p20121006.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/openbox/openbox-3.5.0_p20121006.ebuild b/x11-wm/openbox/openbox-3.5.0_p20121006.ebuild index b11987d0414a..f4d26d7071d6 100644 --- a/x11-wm/openbox/openbox-3.5.0_p20121006.ebuild +++ b/x11-wm/openbox/openbox-3.5.0_p20121006.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/x11-wm/openbox/openbox-3.5.0_p20121006.ebuild,v 1.2 2012/11/29 16:33:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20121006.ebuild,v 1.3 2012/11/30 20:06:52 hwoarang Exp $ EAPI="4" inherit multilib autotools eutils @@ -50,6 +50,7 @@ src_prepare() { src_configure() { econf \ --docdir=/usr/share/doc/${PF} \ + --disable-silent-rules \ $(use_enable debug) \ $(use_enable imlib imlib2) \ $(use_enable nls) \ |