aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2014-02-05 12:17:27 +0800
committermaho <maho@FreeBSD.org>2014-02-05 12:17:27 +0800
commit81af36b6d10312c47056b18a9ba59c56aeb9c38e (patch)
tree9c3183e8635076a5abacf2e0029feca0dbb36be2 /editors
parentb14681ddd52228b028f5a97a53e1989c52cee685 (diff)
downloadfreebsd-ports-gnome-81af36b6d10312c47056b18a9ba59c56aeb9c38e.tar.gz
freebsd-ports-gnome-81af36b6d10312c47056b18a9ba59c56aeb9c38e.tar.zst
freebsd-ports-gnome-81af36b6d10312c47056b18a9ba59c56aeb9c38e.zip
Update to a better patch for cosmetic reason.
Diffstat (limited to 'editors')
-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;