diff options
author | roam <roam@FreeBSD.org> | 2010-03-22 18:59:33 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2010-03-22 18:59:33 +0800 |
commit | 720010946adab4a810cb0db267de7c127fabd884 (patch) | |
tree | f5635f165c04b0acdef5bbcfafe8b59b88c87620 /ftp/curl | |
parent | c82ac8b009d950c1bfc2560e9f4e681584fb4624 (diff) | |
download | freebsd-ports-gnome-720010946adab4a810cb0db267de7c127fabd884.tar.gz freebsd-ports-gnome-720010946adab4a810cb0db267de7c127fabd884.tar.zst freebsd-ports-gnome-720010946adab4a810cb0db267de7c127fabd884.zip |
Now that c-ares-1.7.0 is in the tree, cURL can, at long last,
use c-ares for asynchronous DNS lookups while supporting IPv6!
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 9afa4d8d1915..7ba25768c5bd 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -84,10 +84,6 @@ IGNORE= only supports LIBSSH2 with OpenSSL IGNORE= only supports NTLM with OpenSSL .endif -.if defined(WITH_CARES) && defined(WITH_IPV6) -IGNORE= does not support both c-ares and IPv6 - disable one of them -.endif - .if defined(WITH_LDAPS) .if !defined(WITH_LDAP) IGNORE= only supports LDAPS with LDAP |