diff options
Diffstat (limited to 'dev-libs/redland/files/redland-1.0.6-db4.5.patch')
-rw-r--r-- | dev-libs/redland/files/redland-1.0.6-db4.5.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/redland/files/redland-1.0.6-db4.5.patch b/dev-libs/redland/files/redland-1.0.6-db4.5.patch deleted file mode 100644 index d6d148995a38..000000000000 --- a/dev-libs/redland/files/redland-1.0.6-db4.5.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- redland-1.0.6/configure.ac -+++ redland-1.0.6/configure.ac -@@ -237,7 +237,7 @@ if test "x$bdb_prefix" != "xno" ; then - fi - - # Sigh! And this still might not be good enough. -- for bdbc_version in 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do -+ for bdbc_version in 4.6 4.5 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do - bdbc_major=`echo $bdbc_version | sed -e 's/^\(.\).*$/\1/'`; - bdbc_version2=`echo $bdbc_version | sed -e 's/^\(.\).\(.\)$/\1\2/'` - |