diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-09-05 18:12:41 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-09-05 18:12:41 +0000 |
commit | 77d9fbd8373ce35d77204616c91bd47a3ec6a5c1 (patch) | |
tree | 640966a76a7c3b367b091d7aea9cdae6f92c9282 /ftp/curl/files/patch-configure | |
parent | - Fix MAINTAINER wrong mail (diff) |
Update to 7.14.1.
Notes
Notes:
svn path=/head/; revision=142013
Diffstat (limited to 'ftp/curl/files/patch-configure')
-rw-r--r-- | ftp/curl/files/patch-configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ftp/curl/files/patch-configure b/ftp/curl/files/patch-configure index 1aff9ed58908..3c42e9761ca3 100644 --- a/ftp/curl/files/patch-configure +++ b/ftp/curl/files/patch-configure @@ -1,17 +1,17 @@ ---- configure.orig Mon Dec 20 11:39:59 2004 -+++ configure Thu Feb 17 19:07:53 2005 -@@ -24438,8 +24438,10 @@ - *) +--- configure.orig Fri Sep 2 20:22:43 2005 ++++ configure Fri Sep 2 20:37:36 2005 +@@ -24917,8 +24917,10 @@ PKGTEST="no" - EXTRA_SSL=$OPT_SSL -+ if ! [ "$EXTRA_SSL" = "/usr" ]; then - LDFLAGS="$LDFLAGS -L$EXTRA_SSL/lib$libsuff" - CPPFLAGS="$CPPFLAGS -I$EXTRA_SSL/include/openssl -I$EXTRA_SSL/include" + PREFIX_OPENSSL=$OPT_SSL + LIB_OPENSSL="$PREFIX_OPENSSL/lib$libsuff" ++ if ! [ "$PREFIX_OPENSSL" = "/usr" ]; then + LDFLAGS="$LDFLAGS -L$LIB_OPENSSL" + CPPFLAGS="$CPPFLAGS -I$PREFIX_OPENSSL/include/openssl -I$PREFIX_OPENSSL/include" + fi ;; esac -@@ -31950,7 +31952,7 @@ +@@ -32576,7 +32578,7 @@ main () { #ifndef basename |