summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-05-07 10:15:45 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-05-07 10:15:45 +0000
commit2c45508dbcc8f94ce34a6764da19aae4319e51a8 (patch)
tree6da05b9ef6bdea766ef38a2598cf7cb78910356e /www
parentuse LOCALBASE for dependent packages instead of PREFIX. (diff)
Fix PostgreSQL includes detection.
PR: ports/65859 Submitted by: Frank McConnell
Notes
Notes: svn path=/head/; revision=108607
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/files/patch-aq8
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