aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/files
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-01-02 16:02:08 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-01-02 16:02:08 +0000
commite206293405dfb60cbbea01d542d7e367eca8a9d3 (patch)
treec0c6b8d9f08417dfc262123eefb6c534b9ac3721 /ftp/curl/files
parentf7d133ebb7d54ee470d5255e44ab0f9c11d96aaf (diff)
Notes
Diffstat (limited to 'ftp/curl/files')
-rw-r--r--ftp/curl/files/patch-lib::url.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ftp/curl/files/patch-lib::url.c b/ftp/curl/files/patch-lib::url.c
new file mode 100644
index 000000000000..af8f7e7cbf36
--- /dev/null
+++ b/ftp/curl/files/patch-lib::url.c
@@ -0,0 +1,13 @@
+--- lib/url.c.old Wed Nov 27 17:22:24 2002
++++ lib/url.c Wed Nov 27 17:23:29 2002
+@@ -288,6 +288,10 @@
+
+ data->set.proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */
+
++#if defined(__FreeBSD_version)
++ data->set.no_signal = TRUE; /* different handling of signals and threads */
++#endif /* __FreeBSD_version */
++
+ /* create an array with connection data struct pointers */
+ data->state.numconnects = 5; /* hard-coded right now */
+ data->state.connects = (struct connectdata **)