diff options
Diffstat (limited to 'dev-libs/librep/librep-20020611.ebuild')
-rw-r--r-- | dev-libs/librep/librep-20020611.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/librep/librep-20020611.ebuild b/dev-libs/librep/librep-20020611.ebuild index b9233f181803..2c955c7641fc 100644 --- a/dev-libs/librep/librep-20020611.ebuild +++ b/dev-libs/librep/librep-20020611.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-20020611.ebuild,v 1.1 2002/06/12 01:29:57 stroke Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-20020611.ebuild,v 1.2 2002/06/19 23:55:15 azarah Exp $ # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -23,7 +23,7 @@ DEPEND="virtual/glibc sys-apps/texinfo" src_compile() { - ocal myconf + local myconf use readline && myconf="--with-readline" || myconf="--without-readline" ./configure --host=${CHOST} \ |