diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 08:58:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 08:58:54 +0000 |
commit | e698c0c70f7f32a3a18cb3e1c3c87277437766b3 (patch) | |
tree | c85a93d34e2acb00d78c12c44bcb428d404c882a /devel/thunar-svn-plugin/files/patch-fix-svn | |
parent | - Update to 20090422 (diff) |
- Fix build with new subversion
PR: 133886
Submitted by: Sergey Dyatko <sergey.dyatko@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=232552
Diffstat (limited to 'devel/thunar-svn-plugin/files/patch-fix-svn')
-rw-r--r-- | devel/thunar-svn-plugin/files/patch-fix-svn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/thunar-svn-plugin/files/patch-fix-svn b/devel/thunar-svn-plugin/files/patch-fix-svn new file mode 100644 index 000000000000..fc78683790bb --- /dev/null +++ b/devel/thunar-svn-plugin/files/patch-fix-svn @@ -0,0 +1,22 @@ +--- tsp-svn-helper/tsh-common.c.orig 2009-03-14 22:54:06.000000000 +0200 ++++ tsp-svn-helper/tsh-common.c 2009-04-21 09:12:45.000000000 +0300 +@@ -34,6 +34,7 @@ + #include <subversion-1/svn_pools.h> + #include <subversion-1/svn_fs.h> + #include <subversion-1/svn_time.h> ++#include <subversion-1/svn_props.h> + + #include "tsh-dialog-common.h" + #include "tsh-login-dialog.h" +--- tsp-svn-helper/tsh-properties-dialog.c.orig 2009-03-14 22:54:06.000000000 +0200 ++++ tsp-svn-helper/tsh-properties-dialog.c 2009-04-21 09:13:12.000000000 +0300 +@@ -25,6 +25,7 @@ + #include <gtk/gtk.h> + + #include <subversion-1/svn_client.h> ++#include <subversion-1/svn_props.h> + + #include "tsh-common.h" + #include "tsh-properties-dialog.h" + + |