From 7b488295120bfec78abcdd29c219fd0995676c04 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 21 Apr 2001 11:43:12 +0000 Subject: Fix include directory for postgresql7.1's new layout. --- www/mod_php3/scripts/configure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_php3/scripts/configure.php') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 5e7cad763a09..585b67f5d559 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -105,8 +105,8 @@ while [ "$1" ]; do ;; \"PostgreSQL\") echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}/pgsql" - if /usr/bin/ldd ${PREFIX}/pgsql/bin/postgres | /usr/bin/grep -q "libssl"; then + echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}" + if /usr/bin/ldd ${PREFIX}/bin/postgres | /usr/bin/grep -q "libssl"; then LIBS="-lcrypto -lssl" fi ;; -- cgit v1.2.3