diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-12-19 20:04:23 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-12-19 20:04:23 +0000 |
commit | 6387b07b2fd2d7c770b27fcb365b05e642df6b36 (patch) | |
tree | 71fa5f7fe9ab74d277d9da65a073e8f0d3d189f5 /ftp/curl/files/patch-Makefile.in | |
parent | Update to c-ares-1.7.4 and fix a bashism in the configure script. (diff) |
Update cURL to 7.21.3 and fix its librtmp detection. In the process:
- disable the -Werror build option by popular demand
- do not override the user's debug and optimization settings
PR: 150854 (the debug and optimization CFLAGS)
Reported by: Anonymous <swell.k@gmail.com>
Notes
Notes:
svn path=/head/; revision=266593
Diffstat (limited to 'ftp/curl/files/patch-Makefile.in')
-rw-r--r-- | ftp/curl/files/patch-Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/curl/files/patch-Makefile.in b/ftp/curl/files/patch-Makefile.in index 792d2b7fa1b4..33176dcc9180 100644 --- a/ftp/curl/files/patch-Makefile.in +++ b/ftp/curl/files/patch-Makefile.in @@ -1,11 +1,11 @@ Description: Build and install the documentation as usual, no special handling. Forwarded: https://sourceforge.net/tracker/?func=detail&aid=2897155&group_id=976&atid=100976 Author: Peter Pentchev <roam@FreeBSD.org> -Last-Update: 2010-09-12 +Last-Update: 2010-12-18 --- a/Makefile.in +++ b/Makefile.in -@@ -310,9 +310,9 @@ +@@ -311,9 +311,9 @@ libcurl.pc.in vc6curl.dsw MacOSX-Framework Android.mk $(CMAKE_DIST) bin_SCRIPTS = curl-config @@ -18,7 +18,7 @@ Last-Update: 2010-09-12 pkgconfig_DATA = libcurl.pc all: all-recursive -@@ -873,12 +873,10 @@ +@@ -874,12 +874,10 @@ # We extend the standard install with a custom hook: install-data-hook: cd include && $(MAKE) install |