openbsd-ports/net/crawl/patches/patch-configure
sturm 0d2f5634f8 use new databases/db layout
db update and these modifications by
Aleksander Piotrowski <aleksander dot piotrowski at nic dot com dot pl>
2003-12-08 17:42:34 +00:00

15 lines
527 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2003/12/08 17:42:34 sturm Exp $
--- configure.orig 2002-01-29 03:37:16.000000000 +0100
+++ configure 2003-12-07 13:36:36.000000000 +0100
@@ -1017,8 +1017,8 @@ EOF
DBINC="-I$withval/dist"
DBLIB="-L$withval/dist -ldb"
- elif test -f $withval/include/db_185.h -a \
- -f $withval/lib/libdb.a; then
+ elif test -f $withval/include/db/db_185.h -a \
+ -f $withval/lib/db/libdb.a; then
owd=`pwd`
if cd $withval; then withval=`pwd`; cd $owd; fi
cat >> confdefs.h <<\EOF