ports/editors/cle/files/patch-configure
Renato Botelho 74a8f3472b 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>
2006-07-26 11:31:46 +00:00

11 lines
216 B
Text

--- 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)