summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-configure
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2009-05-19 13:43:45 +0000
committerPeter Pentchev <roam@FreeBSD.org>2009-05-19 13:43:45 +0000
commit4f0eea31eb1a9de372c7bc10299348e5cdd13287 (patch)
treebf474f0b348ae608ebaeffa10085d8a271271bb0 /ftp/curl/files/patch-configure
parentMark 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-configure14
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