diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 04:10:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 04:10:26 +0000 |
commit | fd71ff9d29ba74e9a1f5bd31e2b4514de6d3ef31 (patch) | |
tree | 765a8fb3bbc8fa440bcc0e7e83a10a64d844e8d4 /app-shells/bash/bash-2.05b-r10.ebuild | |
parent | need newer binutils #62286 (diff) | |
download | historical-fd71ff9d29ba74e9a1f5bd31e2b4514de6d3ef31.tar.gz historical-fd71ff9d29ba74e9a1f5bd31e2b4514de6d3ef31.tar.bz2 historical-fd71ff9d29ba74e9a1f5bd31e2b4514de6d3ef31.zip |
pass --with-ncurses where appropriate
Diffstat (limited to 'app-shells/bash/bash-2.05b-r10.ebuild')
-rw-r--r-- | app-shells/bash/bash-2.05b-r10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/bash/bash-2.05b-r10.ebuild b/app-shells/bash/bash-2.05b-r10.ebuild index 9b492ed4b6df..142458560425 100644 --- a/app-shells/bash/bash-2.05b-r10.ebuild +++ b/app-shells/bash/bash-2.05b-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r10.ebuild,v 1.7 2004/09/22 07:21:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r10.ebuild,v 1.8 2004/09/25 04:10:26 vapier Exp $ inherit gcc eutils flag-o-matic gnuconfig @@ -89,6 +89,7 @@ src_compile() { export bash_cv_termcap_lib=gnutermcap else export bash_cv_termcap_lib=libcurses + myconf="${myconf} --with-ncurses" fi econf \ |