diff options
author | toshii <toshii@pkgsrc.org> | 2003-04-03 18:06:12 +0000 |
---|---|---|
committer | toshii <toshii@pkgsrc.org> | 2003-04-03 18:06:12 +0000 |
commit | fe36e8843c0be8306ca4169f3a948af04ae0d43a (patch) | |
tree | 1d12e4507e9aae8fc7bb57c27562397c13cd9dcc /databases/postgresql/patches/patch-ai | |
parent | 6801ee7245b0965ed412c0b29dca2436bfa8f217 (diff) | |
download | pkgsrc-fe36e8843c0be8306ca4169f3a948af04ae0d43a.tar.gz |
Build py-postgresql from the postgresql 7.3.2 tarball. PKGREVISION++
Remove files and patches in the py-postgresql directory and add necessary
ones in the postgresql directory.
Diffstat (limited to 'databases/postgresql/patches/patch-ai')
-rw-r--r-- | databases/postgresql/patches/patch-ai | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql/patches/patch-ai b/databases/postgresql/patches/patch-ai new file mode 100644 index 00000000000..91ee4bd0e08 --- /dev/null +++ b/databases/postgresql/patches/patch-ai @@ -0,0 +1,9 @@ +$NetBSD: patch-ai,v 1.10 2003/04/03 18:06:14 toshii Exp $ + +--- src/interfaces/python/Setup.in.raw.orig Sun Mar 25 14:44:04 2001 ++++ src/interfaces/python/Setup.in.raw +@@ -1,3 +1,3 @@ + *shared* + +-_pg pgmodule.c -I@libpq_srcdir@ @INCLUDES@ -L@libpq_builddir@ -lpq @EXTRA_LIBS@ ++_pg pgmodule.c -I@libpq_srcdir@ @INCLUDES@ @libpq@ @EXTRA_LIBS@ |