summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authoragc <agc>2002-06-11 12:35:13 +0000
committeragc <agc>2002-06-11 12:35:13 +0000
commit019fde6f7fc444990e39e1403d8bbe52bfc1f4dd (patch)
tree147af86c2eba77bff6926c82502b399ac7d24623 /www/curl
parent81104a58bc7a3680996eda19ff8c255522719c18 (diff)
downloadpkgsrc-019fde6f7fc444990e39e1403d8bbe52bfc1f4dd.tar.gz
Make this package compile on -current:
include <sys/types.h> before <sys/select.h>
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/distinfo3
-rw-r--r--www/curl/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/www/curl/distinfo b/www/curl/distinfo
index 12cf805ad16..052faa3d760 100644
--- a/www/curl/distinfo
+++ b/www/curl/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.11 2002/06/10 01:32:38 shell Exp $
+$NetBSD: distinfo,v 1.12 2002/06/11 12:35:13 agc Exp $
SHA1 (curl-7.9.7.tar.gz) = 6fcb23be788984bcfca7debe5f307ec65fb56101
Size (curl-7.9.7.tar.gz) = 717489 bytes
+SHA1 (patch-aa) = 5990fe1f4d583847751549f2e647f23b2bbbbe96
diff --git a/www/curl/patches/patch-aa b/www/curl/patches/patch-aa
new file mode 100644
index 00000000000..c49ccc5dd46
--- /dev/null
+++ b/www/curl/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2002/06/11 12:35:14 agc Exp $
+
+--- src/writeout.c 2002/06/11 12:31:17 1.1
++++ src/writeout.c 2002/06/11 12:31:35
+@@ -27,6 +27,7 @@
+ #include <string.h>
+
+ #ifdef HAVE_SYS_SELECT_H
++#include <sys/types.h>
+ #include <sys/select.h>
+ #endif
+