diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-07 10:15:45 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-07 10:15:45 +0000 |
commit | 2c45508dbcc8f94ce34a6764da19aae4319e51a8 (patch) | |
tree | 6da05b9ef6bdea766ef38a2598cf7cb78910356e /www/mod_php3 | |
parent | f3147bb4378d48af80c9c39faafa150e017b8db5 (diff) | |
download | ports-2c45508dbcc8f94ce34a6764da19aae4319e51a8.tar.gz ports-2c45508dbcc8f94ce34a6764da19aae4319e51a8.zip |
Notes
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/files/patch-aq | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq index 3c155a0847d4..f30fea192773 100644 --- a/www/mod_php3/files/patch-aq +++ b/www/mod_php3/files/patch-aq @@ -46,3 +46,11 @@ fi echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6 +@@ -9671,7 +9670,6 @@ + PGSQL_INCDIR=$withval/include + test -d $withval/include/pgsql && PGSQL_INCDIR=$withval/include/pgsql + test -d $withval/pgsql/include && PGSQL_INCDIR=$withval/pgsql/include +- test -d $withval/include/postgresql && PGSQL_INCDIR=$withval/include/postgresql + PGSQL_LIBDIR=$withval/lib + test -d $withval/lib/pgsql && PGSQL_LIBDIR=$withval/lib/pgsql + test -d $withval/pgsql/lib && PGSQL_LIBDIR=$withval/pgsql/lib |