Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mediatomb/files: mediatomb-0.11.0+curl-7.18.patch
Date: Mon, 21 Apr 2008 16:21:54
Message-Id: E1Jnym7-0000ep-NR@stork.gentoo.org
1 flameeyes 08/04/21 16:21:51
2
3 Added: mediatomb-0.11.0+curl-7.18.patch
4 Log:
5 Add patch to fix building with curl 7.18, thanks to Ɓukasz Dudek.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.1 net-misc/mediatomb/files/mediatomb-0.11.0+curl-7.18.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mediatomb/files/mediatomb-0.11.0+curl-7.18.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mediatomb/files/mediatomb-0.11.0+curl-7.18.patch?rev=1.1&content-type=text/plain
13
14 Index: mediatomb-0.11.0+curl-7.18.patch
15 ===================================================================
16 Index: mediatomb-0.11.0/src/url.cc
17 ===================================================================
18 --- mediatomb-0.11.0.orig/src/url.cc
19 +++ mediatomb-0.11.0/src/url.cc
20 @@ -75,7 +75,7 @@
21
22 if (only_header)
23 {
24 - curl_easy_setopt(curl_handle, CURLOPT_NOBODY);
25 + curl_easy_setopt(curl_handle, CURLOPT_NOBODY, TRUE);
26 curl_easy_setopt(curl_handle, CURLOPT_HEADERFUNCTION, URL::dl);
27 curl_easy_setopt(curl_handle, CURLOPT_HEADERDATA,
28 (void *)buffer.getPtr());
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list