diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-26 05:49:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-26 05:49:55 +0000 |
commit | 1be247271e835279f3b9589211a34c18fe1cd213 (patch) | |
tree | 57db2bb3424a793ef1d1873fb7967b9bcdbb7ceb /databases/p5-BDB | |
parent | 5cbf61b05f8a703badf7acd2b54eb01abae3eb52 (diff) |
Notes
Diffstat (limited to 'databases/p5-BDB')
-rw-r--r-- | databases/p5-BDB/files/patch-BDB.xs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/p5-BDB/files/patch-BDB.xs b/databases/p5-BDB/files/patch-BDB.xs new file mode 100644 index 000000000000..5a89a1b5bd1f --- /dev/null +++ b/databases/p5-BDB/files/patch-BDB.xs @@ -0,0 +1,13 @@ +--- BDB.xs.orig 2011-07-29 17:28:48.000000000 +0800 ++++ BDB.xs 2011-08-26 13:45:59.260319989 +0800 +@@ -1313,8 +1313,10 @@ + const_iv (LOCK_DEADLOCK) + const_iv (LOCK_NOTGRANTED) + const_iv (NOSERVER) ++#if DBVER <= 501 + const_iv (NOSERVER_HOME) + const_iv (NOSERVER_ID) ++#endif + const_iv (NOTFOUND) + const_iv (PAGE_NOTFOUND) + const_iv (REP_DUPMASTER) |