diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-21 14:52:47 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-21 14:52:47 +0200 |
commit | e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc (patch) | |
tree | c6b816e7ba8f9b659e1be415ebf1dac4262c3b82 /main/tsocks/configure.patch | |
parent | 452d447d89b3a3775b7f602d7352a8cfe8a0f9d4 (diff) | |
download | aports-e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc.tar.bz2 aports-e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc.tar.xz |
testing/*: move to main
Diffstat (limited to 'main/tsocks/configure.patch')
-rw-r--r-- | main/tsocks/configure.patch | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/main/tsocks/configure.patch b/main/tsocks/configure.patch new file mode 100644 index 0000000000..e33485ea7c --- /dev/null +++ b/main/tsocks/configure.patch @@ -0,0 +1,71 @@ +*** tsocks-1.8/configure Mon Jul 15 22:51:08 2002 +--- tsocks-1.8/configure.modified Thu Mar 26 18:34:09 2015 +*************** +*** 1299,1314 **** + fi + + +! ac_safe=`echo "sys/poll.h" | sed 'y%./+-%__p_%'` +! echo $ac_n "checking for sys/poll.h""... $ac_c" 1>&6 +! echo "configure:1305: checking for sys/poll.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF + #line 1310 "configure" + #include "confdefs.h" +! #include <sys/poll.h> + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" + { (eval echo configure:1315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +--- 1299,1314 ---- + fi + + +! ac_safe=`echo "poll.h" | sed 'y%./+-%__p_%'` +! echo $ac_n "checking for poll.h""... $ac_c" 1>&6 +! echo "configure:1305: checking for poll.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <<EOF + #line 1310 "configure" + #include "confdefs.h" +! #include <poll.h> + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" + { (eval echo configure:1315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +*************** +*** 1330,1336 **** + : + else + echo "$ac_t""no" 1>&6 +! { echo "configure: error: "sys/poll.h not found"" 1>&2; exit 1; } + fi + + +--- 1330,1336 ---- + : + else + echo "$ac_t""no" 1>&6 +! { echo "configure: error: "poll.h not found"" 1>&2; exit 1; } + fi + + +*************** +*** 2235,2241 **** + #line 2236 "configure" + #include "confdefs.h" + +! #include <sys/poll.h> + int poll($testproto); + + int main() { +--- 2235,2241 ---- + #line 2236 "configure" + #include "confdefs.h" + +! #include <poll.h> + int poll($testproto); + + int main() { |