diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-08-27 12:13:55 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-08-27 12:13:55 +0000 |
commit | b4ed9fa09c6a78f29d2349f227d05819f53db5c5 (patch) | |
tree | 916aa63c7ca3f4d8f4cb39c1a306c716de114891 /dev-util | |
parent | More tests to catch problems listed in bug #27343 (diff) | |
download | historical-b4ed9fa09c6a78f29d2349f227d05819f53db5c5.tar.gz historical-b4ed9fa09c6a78f29d2349f227d05819f53db5c5.tar.bz2 historical-b4ed9fa09c6a78f29d2349f227d05819f53db5c5.zip |
Fix patch to work with static db
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/subversion/files/subversion-db4.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/subversion/files/subversion-db4.patch b/dev-util/subversion/files/subversion-db4.patch index 4b3449062448..99c5c2b766e8 100644 --- a/dev-util/subversion/files/subversion-db4.patch +++ b/dev-util/subversion/files/subversion-db4.patch @@ -6,7 +6,7 @@ diff -rNu subversion-0.27.0.orig/configure.in subversion-0.27.0/configure.in # 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]) ++ $SVN_FS_WANT_DB_PATCH, [db-4 db-4.0 db4 db]) # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends on it. |