1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update patch to add support for db4.4.

This commit is contained in:
Alex Dupre 2007-02-09 08:33:03 +00:00
parent 11ebfb2a00
commit 106d293052
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184675

View File

@ -1,9 +1,13 @@
--- config.m4.orig Mon Aug 7 09:57:12 2006
+++ config.m4 Sat Nov 4 11:18:16 2006
@@ -244,6 +244,18 @@
--- config.m4.orig Tue Dec 5 18:54:52 2006
+++ config.m4 Wed Feb 7 12:47:51 2007
@@ -244,6 +244,22 @@
THIS_PREFIX=$i
THIS_INCLUDE=$i/db4/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
@ -19,7 +23,7 @@
elif test -f "$i/include/db4/db.h"; then
THIS_PREFIX=$i
THIS_INCLUDE=$i/include/db4/db.h
@@ -493,7 +505,7 @@
@@ -493,7 +509,7 @@
PHP_DBA_STD_ATTACH
fi
],[
@ -28,7 +32,7 @@
PHP_DBA_BUILTIN_CDB
fi
])
@@ -511,7 +523,7 @@
@@ -511,7 +527,7 @@
PHP_DBA_BUILTIN_INI
fi
],[
@ -37,7 +41,7 @@
PHP_DBA_BUILTIN_INI
fi
])
@@ -532,7 +544,7 @@
@@ -532,7 +548,7 @@
PHP_DBA_BUILTIN_FLATFILE
fi
],[