aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-psycopg
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-01-08 19:44:18 +0800
committerarved <arved@FreeBSD.org>2003-01-08 19:44:18 +0800
commit227d284b0c2b5900516f4d0f2252726c2e89bd99 (patch)
tree1fa49aeb8f97ef58b1ca61774348eef709ca3520 /databases/py-psycopg
parentbc7a12db9d8af1c824af6e3f9ad0fd0ced49b295 (diff)
downloadfreebsd-ports-gnome-227d284b0c2b5900516f4d0f2252726c2e89bd99.tar.gz
freebsd-ports-gnome-227d284b0c2b5900516f4d0f2252726c2e89bd99.tar.zst
freebsd-ports-gnome-227d284b0c2b5900516f4d0f2252726c2e89bd99.zip
Fix Port after postgres update
PR: 46794 Submitted by: Alex Rodioukov <simuran@shaw.ca>
Diffstat (limited to 'databases/py-psycopg')
-rw-r--r--databases/py-psycopg/files/patch-configure12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-psycopg/files/patch-configure b/databases/py-psycopg/files/patch-configure
index 27198b055786..dda56daeb910 100644
--- a/databases/py-psycopg/files/patch-configure
+++ b/databases/py-psycopg/files/patch-configure
@@ -1,18 +1,18 @@
---- configure.orig Wed Sep 4 16:16:18 2002
-+++ configure Wed Sep 4 16:16:59 2002
+--- 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/pgsql/catalog ; then
-+ PGSQLTYPES="$PGSQLDIR/psql/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/psql/server/catalog ; then
-+ PGSQLTYPES="$PGSQLDIR/psql/server/catalog/pg_type.h"
++ if test -d $PGSQLDIR/postgresql/server/catalog ; then
++ PGSQLTYPES="$PGSQLDIR/postgresql/server/catalog/pg_type.h"
fi
fi
test -z "$PGSQLTYPES" && { echo "configure: error: pg_type.h not found" 1>&2; exit 1; }