diff options
author | dholland <dholland> | 2011-10-03 02:56:53 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-10-03 02:56:53 +0000 |
commit | be9e97209a49f63f13d0c5195d03ec83d60c061c (patch) | |
tree | febe5b883da2b95b1755170bbe486c3ab0917781 /misc/esniper | |
parent | a25df43234fc03f000a67e7e82f70a3f4f76efc6 (diff) | |
download | pkgsrc-be9e97209a49f63f13d0c5195d03ec83d60c061c.tar.gz |
Remove curl/types.h; fixes build with recent curl.
Diffstat (limited to 'misc/esniper')
-rw-r--r-- | misc/esniper/distinfo | 3 | ||||
-rw-r--r-- | misc/esniper/patches/patch-http_c | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo index 795e6de0d3f..7f828f15722 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.15 2010/05/16 15:05:07 heinz Exp $ +$NetBSD: distinfo,v 1.16 2011/10/03 02:56:53 dholland Exp $ SHA1 (esniper-2-23-0.tgz) = 8ef64a0966de4084f24f5471d19afbf11c9054f3 RMD160 (esniper-2-23-0.tgz) = 116295e60ec29a01d5bb1e24dc4762ad70d71bac Size (esniper-2-23-0.tgz) = 127287 bytes +SHA1 (patch-http_c) = 2ee4fead9650e5fcd325d2779632cc386c3eb1bc 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> |