diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2007-08-27 15:44:22 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2007-08-27 15:44:22 +0000 |
commit | a1b3dc444ba956fd7883b0f1fb3bc1d6a19060e6 (patch) | |
tree | 766d0a3564d0a35ed3c6686a2b34beffe8f1adb1 /ftp/curl/files/patch-configure | |
parent | Update to v110.65. Upstream changes from the previous version of the (diff) |
Update to curl-7.16.3.
Fix the (still present in 7.16.3) libssh2 problems, at least so that
cURL works with the libssh2 0.17 in our ports tree.
PR: 114215 (the basic update)
Submitted by: pesho.petrov@gmail.com
Notes
Notes:
svn path=/head/; revision=198390
Diffstat (limited to '')
-rw-r--r-- | ftp/curl/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/ftp/curl/files/patch-configure b/ftp/curl/files/patch-configure index b64829df7d62..f121c24fbc1b 100644 --- a/ftp/curl/files/patch-configure +++ b/ftp/curl/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig Thu Jun 8 09:12:53 2006 -+++ configure Wed Jul 12 16:44:43 2006 -@@ -26690,8 +26690,10 @@ +--- configure.old Fri Apr 13 18:29:31 2007 ++++ configure Fri Apr 13 18:29:33 2007 +@@ -5497,7 +5497,7 @@ + { echo "$as_me:$LINENO: checking if arch-OS host is AMD64-linux (to build static libraries with PIC)" >&5 + echo $ECHO_N "checking if arch-OS host is AMD64-linux (to build static libraries with PIC)... $ECHO_C" >&6; } + case $host in +- x86_64*linux*) ++ x86_64*linux*|amd64*freebsd*|ia64*freebsd*) + { echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6; } + with_pic=yes +@@ -24467,8 +24467,10 @@ PKGTEST="no" PREFIX_OPENSSL=$OPT_SSL LIB_OPENSSL="$PREFIX_OPENSSL/lib$libsuff" |