diff options
author | scottr <scottr@pkgsrc.org> | 2000-04-07 18:52:25 +0000 |
---|---|---|
committer | scottr <scottr@pkgsrc.org> | 2000-04-07 18:52:25 +0000 |
commit | 44b9b3b7abff0e5d64624e0604bb82cf900d04d3 (patch) | |
tree | 23db10e12a09f428f5ccfdb100c00760bde8dd4c /www/lynx/patches | |
parent | 482037da84ba194b109201d3436245383e499f48 (diff) | |
download | pkgsrc-44b9b3b7abff0e5d64624e0604bb82cf900d04d3.tar.gz |
Add support for SOCKS versions 4 and 5.
Diffstat (limited to 'www/lynx/patches')
-rw-r--r-- | www/lynx/patches/patch-ba | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/lynx/patches/patch-ba b/www/lynx/patches/patch-ba new file mode 100644 index 00000000000..b0a0490e1ff --- /dev/null +++ b/www/lynx/patches/patch-ba @@ -0,0 +1,13 @@ +$NetBSD: patch-ba,v 1.1 2000/04/07 18:52:26 scottr Exp $ + +--- configure.orig Sat May 29 22:27:26 1999 ++++ configure Fri Apr 7 13:28:11 2000 +@@ -5479,7 +5479,7 @@ + LIBS="$LIBS -L$cf_cv_use_libsocks" + ;; + esac +-LIBS="$LIBS -lsocks" ++LIBS="$LIBS -lsocks4" + cat >> confdefs.h <<\EOF + #define SOCKS 1 + EOF |