]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-curl.patch
- updated ooo-build, removed obsolete curl patch, added shared-xinerama patch
[packages/libreoffice.git] / openoffice-curl.patch
1 diff -urN ooo-build-1.1.55.org/patches/OOO_1_1/system-curl.diff ooo-build-1.1.55/patches/OOO_1_1/system-curl.diff
2 --- ooo-build-1.1.55.org/patches/OOO_1_1/system-curl.diff       2004-07-22 00:14:28.000000000 +0200
3 +++ ooo-build-1.1.55/patches/OOO_1_1/system-curl.diff   2004-07-22 00:19:45.000000000 +0200
4 @@ -67,3 +67,34 @@
5   SHL1DEF=$(MISC)$/$(SHL1TARGET).def
6   SHL1LIBS= \
7         $(LIB1TARGET)
8 +diff -u -r1.2 ftphandleprovider.hxx
9 +--- ucb/source/ucp/ftp/ftphandleprovider.hxx   15 Oct 2002 09:21:17 -0000      1.2
10 ++++ ucb/source/ucp/ftp/ftphandleprovider.hxx   20 Jul 2004 22:02:48 -0000
11 +@@ -1,5 +1,5 @@
12 + #include <rtl/ustring.hxx>
13 +-#include <curl/types.h>
14 ++#include <curl/curl.h>
15
16 + namespace ftp {
17 +       
18 +Index: ftploaderthread.hxx
19 +===================================================================
20 +RCS file: /cvs/ucb/ucb/source/ucp/ftp/ftploaderthread.hxx,v
21 +retrieving revision 1.5
22 +diff -u -r1.5 ftploaderthread.hxx
23 +--- ucb/source/ucp/ftp/ftploaderthread.hxx     28 Aug 2002 07:23:14 -0000      1.5
24 ++++ ucb/source/ucp/ftp/ftploaderthread.hxx     20 Jul 2004 22:02:48 -0000
25 +@@ -71,11 +71,10 @@
26 + #ifndef _OSL_THREAD_H_
27 + #include <osl/thread.h>
28 + #endif
29 +-#ifndef __CURL_TYPES_H
30 +-#include <curl/types.h>
31 ++#ifndef __CURL_CURL_H
32 ++#include <curl/curl.h>
33 + #endif
34
35 +-
36 + namespace ftp {
37 +       
38 +       /** A loaderthread acts as factory for CURL-handles,
This page took 0.032616 seconds and 3 git commands to generate.