summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorscottr <scottr>1998-08-01 06:01:10 +0000
committerscottr <scottr>1998-08-01 06:01:10 +0000
commita41036314cb58fb7d95b41edc112eda4ac6d570d (patch)
tree9c18cbfc5d0a24e62c7de1476add94f302344623 /net
parentb70f45663fbb19470aa47def8dd1dc2a8ca6bfdf (diff)
downloadpkgsrc-a41036314cb58fb7d95b41edc112eda4ac6d570d.tar.gz
Fix a botch in handling the result of the test for libsocks5.
Diffstat (limited to 'net')
-rw-r--r--net/ncftp2/patches/patch-ac15
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"