aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/qsvn/files/patch-svnqt__client_modify.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/qsvn/files/patch-svnqt__client_modify.cpp b/devel/qsvn/files/patch-svnqt__client_modify.cpp
deleted file mode 100644
index b10bc17a808c..000000000000
--- a/devel/qsvn/files/patch-svnqt__client_modify.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./svnqt/client_modify.cpp.orig 2008-07-05 15:53:08.000000000 +0400
-+++ ./svnqt/client_modify.cpp 2008-07-05 15:53:53.000000000 +0400
-@@ -188,9 +188,7 @@
- #endif
-
- svn_error_t * error =
--#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 5)
-- svn_client_commit4
--#elif (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3)
-+#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3)
- svn_client_commit3
- #else
- svn_client_commit2