diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:33:03 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:33:03 +0000 |
commit | 106d293052027d3b63cd989edbc4f0db1fbd98d9 (patch) | |
tree | 052fd7f4b7946fcf82cfaaf3562169b8138874e9 /databases/php5-dba | |
parent | 11ebfb2a00f231cd92c8f23041f8a9de268b33e3 (diff) | |
download | ports-106d293052027d3b63cd989edbc4f0db1fbd98d9.tar.gz ports-106d293052027d3b63cd989edbc4f0db1fbd98d9.zip |
Notes
Diffstat (limited to 'databases/php5-dba')
-rw-r--r-- | databases/php5-dba/files/patch-config.m4 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/databases/php5-dba/files/patch-config.m4 b/databases/php5-dba/files/patch-config.m4 index d90ca7178bd1..6205c8331286 100644 --- a/databases/php5-dba/files/patch-config.m4 +++ b/databases/php5-dba/files/patch-config.m4 @@ -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 ],[ |