summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorchristos <christos>2006-01-04 23:33:23 +0000
committerchristos <christos>2006-01-04 23:33:23 +0000
commit585ad72fd60624ee136f851c2c504b292d088251 (patch)
treecf77d4af9d78c16c3ed8812b5291327b64976c5d /games
parente096a76d3ec313429b661bf27b2b81345e35c74d (diff)
downloadpkgsrc-585ad72fd60624ee136f851c2c504b292d088251.tar.gz
Handle newer versions of Berkeley DB. Our algorithm is:
- if you have > db1 the probably you have db_185.h which means that dbopen is really __db185_open, and we'll prefer that. - else if you have db1, then you have db1/db.h and dbopen - else if you have db.h, then this is either the one from db1 and it will work with -ldb having dbopen, or it will not. Note that the compatibility option on __db185_open() will actually not create or update db1.85/1.86 files, but it will use the current format of the db library. This compatibility layer is source code only.
Diffstat (limited to 'games')
0 files changed, 0 insertions, 0 deletions