summaryrefslogtreecommitdiff
path: root/archivers/libcomprex/patches/patch-ad
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-07-21 14:31:52 +0000
committerjoerg <joerg@pkgsrc.org>2011-07-21 14:31:52 +0000
commit084d291ecc450dd9accd3809168f5f57e824d4c7 (patch)
tree5aef7be4d4358c26e1866a006e34617705263e8e /archivers/libcomprex/patches/patch-ad
parent7f43353df055b66222f7487d225ce71980d838ec (diff)
downloadpkgsrc-084d291ecc450dd9accd3809168f5f57e824d4c7.tar.gz
Fix build with newer curl.
Diffstat (limited to 'archivers/libcomprex/patches/patch-ad')
-rw-r--r--archivers/libcomprex/patches/patch-ad12
1 files changed, 10 insertions, 2 deletions
diff --git a/archivers/libcomprex/patches/patch-ad b/archivers/libcomprex/patches/patch-ad
index 96e65705c43..97cf136fba0 100644
--- a/archivers/libcomprex/patches/patch-ad
+++ b/archivers/libcomprex/patches/patch-ad
@@ -1,8 +1,16 @@
-$NetBSD: patch-ad,v 1.1 2006/11/12 04:21:07 rillig Exp $
+$NetBSD: patch-ad,v 1.2 2011/07/21 14:31:52 joerg Exp $
--- modules/scheme/curl/curl.c.orig 2003-01-01 07:22:34.000000000 +0100
+++ modules/scheme/curl/curl.c 2006-11-12 05:16:12.000000000 +0100
-@@ -51,7 +51,9 @@ schemeGet(const char *scheme, const char
+@@ -23,7 +23,6 @@
+ #include <libcomprex/internal.h>
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ static CxStatus
+@@ -51,7 +50,9 @@ schemeGet(const char *scheme, const char
curl_easy_setopt(curl, CURLOPT_URL, url);
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);