mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
33 lines
1 KiB
Text
33 lines
1 KiB
Text
--- config.m4.orig 2007-12-06 15:17:43.000000000 +0100
|
|
+++ config.m4 2008-05-02 10:05:06.000000000 +0200
|
|
@@ -280,6 +280,30 @@
|
|
THIS_PREFIX=$i
|
|
THIS_INCLUDE=$i/db4/db.h
|
|
break
|
|
+ elif test -f "$i/include/db46/db.h"; then
|
|
+ THIS_PREFIX=$i
|
|
+ THIS_INCLUDE=$i/include/db46/db.h
|
|
+ break
|
|
+ elif test -f "$i/include/db45/db.h"; then
|
|
+ THIS_PREFIX=$i
|
|
+ THIS_INCLUDE=$i/include/db45/db.h
|
|
+ break
|
|
+ elif test -f "$i/include/db44/db.h"; then
|
|
+ THIS_PREFIX=$i
|
|
+ THIS_INCLUDE=$i/include/db44/db.h
|
|
+ break
|
|
+ elif test -f "$i/include/db43/db.h"; then
|
|
+ THIS_PREFIX=$i
|
|
+ THIS_INCLUDE=$i/include/db43/db.h
|
|
+ break
|
|
+ elif test -f "$i/include/db42/db.h"; then
|
|
+ THIS_PREFIX=$i
|
|
+ THIS_INCLUDE=$i/include/db42/db.h
|
|
+ break
|
|
+ elif test -f "$i/include/db41/db.h"; then
|
|
+ THIS_PREFIX=$i
|
|
+ THIS_INCLUDE=$i/include/db41/db.h
|
|
+ break
|
|
elif test -f "$i/include/db4.6/db.h"; then
|
|
THIS_PREFIX=$i
|
|
THIS_INCLUDE=$i/include/db4.6/db.h
|