diff options
author | scottr <scottr@pkgsrc.org> | 1998-08-01 06:01:10 +0000 |
---|---|---|
committer | scottr <scottr@pkgsrc.org> | 1998-08-01 06:01:10 +0000 |
commit | 3be678a180d5d7240120dd4630004ff33eddb3e6 (patch) | |
tree | 9c18cbfc5d0a24e62c7de1476add94f302344623 /net/ncftp2 | |
parent | d558428ac23f76fc53ebb59087e266e94078fdad (diff) | |
download | pkgsrc-3be678a180d5d7240120dd4630004ff33eddb3e6.tar.gz |
Fix a botch in handling the result of the test for libsocks5.
Diffstat (limited to 'net/ncftp2')
-rw-r--r-- | net/ncftp2/patches/patch-ac | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/net/ncftp2/patches/patch-ac b/net/ncftp2/patches/patch-ac index 60955c2b5b3..73312e33390 100644 --- a/net/ncftp2/patches/patch-ac +++ b/net/ncftp2/patches/patch-ac @@ -1,6 +1,6 @@ ---- configure.orig Mon Oct 28 08:26:46 1996 -+++ configure Sun Feb 22 21:23:03 1998 -@@ -1075,7 +1075,7 @@ +--- configure.orig Fri Jul 31 22:54:32 1998 ++++ configure Fri Jul 31 22:52:16 1998 +@@ -1072,7 +1072,7 @@ echo "checking for extra include and lib directories..." 1>&6 b1=`cd .. ; pwd` b2=`cd ../.. ; pwd` @@ -9,3 +9,12 @@ subexdirs="-" if test "$subexdirs" = "" ; then +@@ -1766,7 +1766,7 @@ + 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" |