diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-26 11:31:46 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-26 11:31:46 +0000 |
commit | 74a8f3472b56bccb641d10dae236622f1f0fab9d (patch) | |
tree | c8f34a8697fc07e2da40cba6f10047f49089ee7d /editors/cle/files/patch-configure | |
parent | - Update to 0.21 (diff) |
Cle is a Command Line Editor. It provides the editing/history/completion
commands of the GNU readline package to any line-oriented Unix command.
WWW: http://kaolin.unice.fr/Cle/
PR: ports/100855
Submitted by: Timothy Bourke <timbob at bigpond.com>
Notes
Notes:
svn path=/head/; revision=168802
Diffstat (limited to 'editors/cle/files/patch-configure')
-rw-r--r-- | editors/cle/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/cle/files/patch-configure b/editors/cle/files/patch-configure new file mode 100644 index 000000000000..af87e3a57b1d --- /dev/null +++ b/editors/cle/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Nov 19 01:24:25 1999 ++++ configure Wed Jul 26 17:02:11 2006 +@@ -1328,7 +1328,7 @@ + + + +-(cd readline; configure $prefix $curses) ++(cd readline; ./configure --prefix="$prefix" $curses) + + + |