summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-lib::select.c
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-12-21 09:51:09 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-12-21 09:51:09 +0000
commitae5a44d3de4af5e21b5512baea51876a6a5276b9 (patch)
tree79b5cc2acd709027325aa86e7c5c6b0a20966eba /ftp/curl/files/patch-lib::select.c
parent- Fix pkg-plist (diff)
Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).
Explicitly disable libidn support so that it is not even probed if libidn is installed; I will look into enabling it after some more testing. Testing paid off on: ref4 (lib/select.c), sledge (lib/sendf.c)
Diffstat (limited to 'ftp/curl/files/patch-lib::select.c')
-rw-r--r--ftp/curl/files/patch-lib::select.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/ftp/curl/files/patch-lib::select.c b/ftp/curl/files/patch-lib::select.c
new file mode 100644
index 000000000000..de3e74ea85ce
--- /dev/null
+++ b/ftp/curl/files/patch-lib::select.c
@@ -0,0 +1,17 @@
+--- lib/select.c.orig Tue Dec 21 09:06:14 2004
++++ lib/select.c Tue Dec 21 09:06:27 2004
+@@ -23,11 +23,11 @@
+
+ #include "setup.h"
+
+-#ifdef HAVE_SYS_SELECT_H
+-#include <sys/select.h>
+-#endif
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>
++#endif
++#ifdef HAVE_SYS_SELECT_H
++#include <sys/select.h>
+ #endif
+
+ #ifdef HAVE_SYS_TIME_H