diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-05-19 13:43:45 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-05-19 13:43:45 +0000 |
commit | 4f0eea31eb1a9de372c7bc10299348e5cdd13287 (patch) | |
tree | bf474f0b348ae608ebaeffa10085d8a271271bb0 /ftp/curl/files/patch-configure | |
parent | Mark BROKEN on i386: does not build. (diff) |
Update to curl-7.19.5.
Notes
Notes:
svn path=/head/; revision=234205
Diffstat (limited to '')
-rw-r--r-- | ftp/curl/files/patch-configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ftp/curl/files/patch-configure b/ftp/curl/files/patch-configure deleted file mode 100644 index 154e8d571067..000000000000 --- a/ftp/curl/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ -Do not needlessly add /usr/include and /usr/lib to the compiler and -linker flags if the base system OpenSSL is used. - ---- a/configure -+++ b/configure -@@ -23435,7 +23435,7 @@ - PKGTEST="no" - PREFIX_OPENSSL=$OPT_SSL - LIB_OPENSSL="$PREFIX_OPENSSL/lib$libsuff" -- if "$PREFIX_OPENSSL" != "/usr" ; then -+ if [ "$PREFIX_OPENSSL" != "/usr" ] ; then - LDFLAGS="$LDFLAGS -L$LIB_OPENSSL" - CPPFLAGS="$CPPFLAGS -I$PREFIX_OPENSSL/include" - fi |