summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2014-02-05 04:17:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2014-02-05 04:17:27 +0000
commit74670836b48aa1e012d293d17df99d22ae909bab (patch)
tree9c3183e8635076a5abacf2e0029feca0dbb36be2 /editors/openoffice-devel/files
parent- Update to 0.11.2 (diff)
Update to a better patch for cosmetic reason.
Notes
Notes: svn path=/head/; revision=342631
Diffstat (limited to 'editors/openoffice-devel/files')
-rw-r--r--editors/openoffice-devel/files/patch-webdav6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-devel/files/patch-webdav b/editors/openoffice-devel/files/patch-webdav
index a18233a02e3e..dedd045d07f5 100644
--- a/editors/openoffice-devel/files/patch-webdav
+++ b/editors/openoffice-devel/files/patch-webdav
@@ -5,7 +5,7 @@
#define INCLUDED_SERFURI_HXX
-#include <apr-util/apr_uri.h>
-+#include <apr-1/apr_uri.h>
++#include <apr_uri.h>
#include <rtl/ustring.hxx>
#include "DAVException.hxx"
@@ -16,7 +16,7 @@
#include "AprEnv.hxx"
-#include <apr/apr_strings.h>
-+#include <apr-1/apr_strings.h>
++#include <apr_strings.h>
#include "DAVAuthListener.hxx"
#include "SerfTypes.hxx"
@@ -28,7 +28,7 @@
#define INCLUDED_SERFTYPES_HXX
-#include <serf/serf.h>
-+#include <serf-1/serf.h>
++#include <serf.h>
typedef serf_connection_t SerfConnection;