From 084d291ecc450dd9accd3809168f5f57e824d4c7 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 21 Jul 2011 14:31:52 +0000 Subject: Fix build with newer curl. --- archivers/libcomprex/patches/patch-ad | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'archivers/libcomprex/patches/patch-ad') 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 + + #include +-#include + #include + + 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); -- cgit v1.2.3