From 2c45508dbcc8f94ce34a6764da19aae4319e51a8 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Fri, 7 May 2004 10:15:45 +0000 Subject: Fix PostgreSQL includes detection. PR: ports/65859 Submitted by: Frank McConnell --- www/mod_php3/files/patch-aq | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www') 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 -- cgit v1.2.3