1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/ftp/curl/files
Sunpoet Po-Chuan Hsieh 345960f298 Fix undefined Curl_get_line when ALTSVC enabled and COOKIES disabled
ALTSVC requires Curl_get_line which is defined in lib/cookie.c inside a #if
check of HTTP and COOKIES. That makes Curl_get_line undefined if COOKIES is
disabled. This is a workaround to define Curl_get_line unconditionally.

PR:             236885, 236890
2019-03-30 20:44:48 +00:00
..
patch-configure
patch-lib-cookie.c Fix undefined Curl_get_line when ALTSVC enabled and COOKIES disabled 2019-03-30 20:44:48 +00:00
patch-lib-url.c
patch-scripts-Makefile.in Do not install curl.fish to avoid conflicts with shells/fish 2019-03-29 16:34:34 +00:00
patch-src-tool_operate.c