This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [ncftp-3.0.2] Compiled with this patch



Well, sorry, 

i mistook the directorys:-/

this is the right one:

$ diff -ur ncftp.old/configure ncftp/configure
--- ncftp.old/configure Sun Nov  5 17:36:29 2000
+++ ncftp/configure     Sun Nov  5 23:06:11 2000
@@ -3326,9 +3326,9 @@
 fi

 if test "$LIBCURSES" = "" ; then
-       VIS_DPROGS='# ../bin/ncftpbookmarks'
+       VIS_DPROGS='# ../bin/ncftpbookmarks.exe'
 else
-       VIS_DPROGS='../bin/ncftpbookmarks'
+       VIS_DPROGS='../bin/ncftpbookmarks.exe'
 fi

Sorry, again,

Gerrit

> Hi Cygwinners,
> 
> i built ncftp-3.0.2 on cygwin, but i need to patch it for correct
> install of ncftpbookmarks.exe.
> 
> Except for the patch, nothing else than 
> 1. configure
> 2. make
> 3. make install
> has to be done:-)
> 
> Here the patch:
> 
> diff -r -u /ncftp-3.0.2/configure /ncftp-3.0.2.old/configure
> --- /ncftp-3.0.2/configure      Sun Nov  5 21:52:38 2000
> +++ /ncftp-3.0.2.old/configure  Sun Nov  5 17:36:29 2000
> @@ -3326,9 +3326,9 @@
>  fi
> 
>  if test "$LIBCURSES" = "" ; then
> -       VIS_DPROGS='# ../bin/ncftpbookmarks.exe'
> +       VIS_DPROGS='# ../bin/ncftpbookmarks'
>  else
> -       VIS_DPROGS='../bin/ncftpbookmarks.exe'
> +       VIS_DPROGS='../bin/ncftpbookmarks'
>  fi
> 


- gph -

-- 
Gerrit Peter Haase


- gph -

-- 
Gerrit Peter Haase

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]