updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / zeroc-ice / bdb5.patch
blob879502937fadd802223cf216fbc5ac3a4c6b74dc
1 --- src/Ice-3.4.1/cpp/src/Freeze/MapI.cpp 2010-06-03 18:48:33.000000000 +0200
2 +++ tmp/MapI.cpp.fixed 2010-11-19 08:43:36.876667076 +0100
3 @@ -1487,14 +1487,7 @@
5 try
7 -#if DB_VERSION_MAJOR != 4
8 -#error Freeze requires DB 4.x
9 -#endif
10 -#if DB_VERSION_MINOR < 3
11 - _db->stat(&s, 0);
12 -#else
13 _db->stat(_connection->dbTxn(), &s, 0);
14 -#endif
16 catch(const ::DbException& dx)