diff options
Diffstat (limited to 'ftp/ncftp2/files/patch-configure')
-rw-r--r-- | ftp/ncftp2/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/ncftp2/files/patch-configure b/ftp/ncftp2/files/patch-configure new file mode 100644 index 0000000..5bb66fe --- /dev/null +++ b/ftp/ncftp2/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 1997-06-08 13:25:04.000000000 +0800 ++++ configure 2011-12-22 00:11:03.000000000 +0800 +@@ -1766,7 +1766,7 @@ else + echo "$ac_t""no" 1>&6 + fi + +- if test "$ac_cv_lib_socks5" = yes ; then ++ if test "$ac_cv_lib_socks5_SOCKSinit" = yes ; then + nc_cv_socks=no + else + LIBS="$savelibs" |