From b5e2caf2b7a0b43b9d01b126677391c35d4d31cb Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Mon, 1 Sep 2003 05:58:34 +0000 Subject: Update to 1.1.7 PR: 55128 Submitted by: maintainer --- databases/py-psycopg/files/patch-configure | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'databases/py-psycopg/files/patch-configure') diff --git a/databases/py-psycopg/files/patch-configure b/databases/py-psycopg/files/patch-configure index dda56daeb910..09c36dfbd732 100644 --- a/databases/py-psycopg/files/patch-configure +++ b/databases/py-psycopg/files/patch-configure @@ -1,18 +1,15 @@ ---- configure.orig Mon Jan 6 02:06:33 2003 -+++ configure Mon Jan 6 02:07:07 2003 -@@ -1316,11 +1316,11 @@ - - echo $ac_n "checking PostgreSQL type catalog""... $ac_c" 1>&6 - echo "configure:1319: checking PostgreSQL type catalog" >&5 --if test -d $PGSQLDIR/catalog ; then -- PGSQLTYPES="$PGSQLDIR/catalog/pg_type.h" -+if test -d $PGSQLDIR/postgresql/catalog ; then -+ PGSQLTYPES="$PGSQLDIR/postgresql/catalog/pg_type.h" - else -- if test -d $PGSQLDIR/server/catalog ; then -- PGSQLTYPES="$PGSQLDIR/server/catalog/pg_type.h" -+ if test -d $PGSQLDIR/postgresql/server/catalog ; then -+ PGSQLTYPES="$PGSQLDIR/postgresql/server/catalog/pg_type.h" +--- configure.orig Thu Jul 31 12:01:15 2003 ++++ configure Thu Jul 31 12:01:15 2003 +@@ -1326,6 +1326,12 @@ + PGSQLTYPES="$PGSQLDIR/server/catalog/pg_type.h" + PGSQLDIR="$PGSQLDIR/server" + CPPFLAGS="$CPPFLAGS -I$PGSQLDIR" ++ else ++ if test -d $PGSQLDIR/postgresql/server/catalog ; then ++ PGSQLTYPES="$PGSQLDIR/postgresql/server/catalog/pg_type.h" ++ PGSQLDIR="$PGSQLDIR/postgresql/server" ++ CPPFLAGS="$CPPFLAGS -I$PGSQLDIR" ++ fi fi fi test -z "$PGSQLTYPES" && { echo "configure: error: pg_type.h not found" 1>&2; exit 1; } -- cgit v1.2.3