diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-08 01:21:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-08 01:21:12 +0000 |
commit | ea6e66a51c1457184c248d78ece7c54c9727eefa (patch) | |
tree | ea6b79d63e880b35e35260f959fe15d7658900b8 /app-shells/bash/bash-3.0-r13.ebuild | |
parent | old (diff) | |
download | gentoo-2-ea6e66a51c1457184c248d78ece7c54c9727eefa.tar.gz gentoo-2-ea6e66a51c1457184c248d78ece7c54c9727eefa.tar.bz2 gentoo-2-ea6e66a51c1457184c248d78ece7c54c9727eefa.zip |
configure option is --with-curses not --with-ncurses
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-shells/bash/bash-3.0-r13.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.0-r13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/bash/bash-3.0-r13.ebuild b/app-shells/bash/bash-3.0-r13.ebuild index 43e142472b23..d3136dcc13c6 100644 --- a/app-shells/bash/bash-3.0-r13.ebuild +++ b/app-shells/bash/bash-3.0-r13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r13.ebuild,v 1.2 2005/10/20 16:51:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r13.ebuild,v 1.3 2006/03/08 01:21:12 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -110,7 +110,7 @@ src_compile() { export bash_cv_termcap_lib=gnutermcap else export bash_cv_termcap_lib=libcurses - myconf="${myconf} --with-ncurses" + myconf="${myconf} --with-curses" fi econf \ |