summaryrefslogtreecommitdiff
path: root/misc/esniper/patches
diff options
context:
space:
mode:
authordholland <dholland>2011-10-03 02:56:53 +0000
committerdholland <dholland>2011-10-03 02:56:53 +0000
commitbe9e97209a49f63f13d0c5195d03ec83d60c061c (patch)
treefebe5b883da2b95b1755170bbe486c3ab0917781 /misc/esniper/patches
parenta25df43234fc03f000a67e7e82f70a3f4f76efc6 (diff)
downloadpkgsrc-be9e97209a49f63f13d0c5195d03ec83d60c061c.tar.gz
Remove curl/types.h; fixes build with recent curl.
Diffstat (limited to 'misc/esniper/patches')
-rw-r--r--misc/esniper/patches/patch-http_c14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/esniper/patches/patch-http_c b/misc/esniper/patches/patch-http_c
new file mode 100644
index 00000000000..b1c45245562
--- /dev/null
+++ b/misc/esniper/patches/patch-http_c
@@ -0,0 +1,14 @@
+$NetBSD: patch-http_c,v 1.1 2011/10/03 02:56:53 dholland Exp $
+
+Fix build with recent curl.
+
+--- http.c~ 2010-05-16 04:58:18.000000000 +0000
++++ http.c
+@@ -27,7 +27,6 @@
+ #include "http.h"
+ #include "esniper.h"
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #include <stdlib.h>
+ #include <string.h>