summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2003-08-27 12:13:55 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2003-08-27 12:13:55 +0000
commitafee5118a47a98e2e41133ba43e94d93673a47d2 (patch)
tree3217f302ddec320085736e0577d35c10e35f31b8 /dev-util
parentMore tests to catch problems listed in bug #27343 (diff)
downloadgentoo-2-afee5118a47a98e2e41133ba43e94d93673a47d2.tar.gz
gentoo-2-afee5118a47a98e2e41133ba43e94d93673a47d2.tar.bz2
gentoo-2-afee5118a47a98e2e41133ba43e94d93673a47d2.zip
Fix patch to work with static db
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/subversion/files/subversion-db4.patch2
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.