diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-08-26 12:50:37 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-08-26 12:50:37 +0000 |
commit | 3ca7a9c6d61074b411a3a9e77e69ce99715668c9 (patch) | |
tree | fc537f9e3432b0ab2d74a720c722db29cbe2e9b8 /dev-util/subversion/files/subversion-db4.patch | |
parent | Pulled back upstream. Leaving the ebuild because 2.60 is forthcoming (diff) | |
download | historical-3ca7a9c6d61074b411a3a9e77e69ce99715668c9.tar.gz historical-3ca7a9c6d61074b411a3a9e77e69ce99715668c9.tar.bz2 historical-3ca7a9c6d61074b411a3a9e77e69ce99715668c9.zip |
New upstream version
Diffstat (limited to 'dev-util/subversion/files/subversion-db4.patch')
-rw-r--r-- | dev-util/subversion/files/subversion-db4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/subversion/files/subversion-db4.patch b/dev-util/subversion/files/subversion-db4.patch new file mode 100644 index 000000000000..4b3449062448 --- /dev/null +++ b/dev-util/subversion/files/subversion-db4.patch @@ -0,0 +1,12 @@ +diff -rNu subversion-0.27.0.orig/configure.in subversion-0.27.0/configure.in +--- subversion-0.27.0.orig/configure.in 2003-08-14 14:22:08.000000000 +0200 ++++ subversion-0.27.0/configure.in 2003-08-26 12:43:23.000000000 +0200 +@@ -261,7 +261,7 @@ + esac + # Look for libdb4.so first: + SVN_LIB_BERKELEY_DB($SVN_FS_WANT_DB_MAJOR, $SVN_FS_WANT_DB_MINOR, +- $SVN_FS_WANT_DB_PATCH, [db4 db]) ++ $SVN_FS_WANT_DB_PATCH, [db-4 db-4.0 db]) + + + # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends on it. |