Update vim to patch 8.0.1400 (#1945)
[termux-packages] / packages / tsocks / configure.patch
index 0640a67..08cf189 100644 (file)
@@ -1,5 +1,5 @@
 diff --git a/configure b/configure
-index 78e120d..7de513b 100755
+index 78e120d..80e5418 100755
 --- a/configure
 +++ b/configure
 @@ -53,11 +53,11 @@ datadir='${prefix}/share'
@@ -16,6 +16,15 @@ index 78e120d..7de513b 100755
  
  # Initialize some other variables.
  subdirs=
+@@ -2137,7 +2137,7 @@ EOF
+ echo $ac_n "checking for correct connect prototype""... $ac_c" 1>&6
+ echo "configure:2139: checking for correct connect prototype" >&5
+ PROTO=
+-PROTO1='int __fd, const struct sockaddr * __addr, int len'
++PROTO1='int __fd, const struct sockaddr * __addr, int __len'
+ PROTO2='int __fd, const struct sockaddr_in * __addr, socklen_t __len'
+ PROTO3='int __fd, struct sockaddr * __addr, int __len'
+ PROTO4='int __fd, const struct sockaddr * __addr, socklen_t __len'
 @@ -2228,7 +2228,8 @@ EOF
  echo $ac_n "checking for correct poll prototype""... $ac_c" 1>&6
  echo "configure:2230: checking for correct poll prototype" >&5