summaryrefslogtreecommitdiff
path: root/databases/py-psycopg/files/patch-configure
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-09-01 05:58:34 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-09-01 05:58:34 +0000
commitb5e2caf2b7a0b43b9d01b126677391c35d4d31cb (patch)
tree076678af2044289f167e63d8c2859a3a94641f60 /databases/py-psycopg/files/patch-configure
parentPut back a patch I had accidentaly deleted which meant that IXJ support (diff)
Update to 1.1.7
PR: 55128 Submitted by: maintainer
Diffstat (limited to 'databases/py-psycopg/files/patch-configure')
-rw-r--r--databases/py-psycopg/files/patch-configure27
1 files changed, 12 insertions, 15 deletions
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; }