summaryrefslogtreecommitdiff
path: root/databases/postgresql73/patches/patch-ai
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 22:14:39 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 22:14:39 +0000
commite3961cd6902c101c23700a09944799f20afc7386 (patch)
tree95d8c241a6dd148a137feeae04b4d67555265cc9 /databases/postgresql73/patches/patch-ai
parent8ee5d7ec78cfb427b8d11125ef308d11f3da21f0 (diff)
downloadpkgsrc-e3961cd6902c101c23700a09944799f20afc7386.tar.gz
reimport of postgresql as postgresql73
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This is the meta-package for the PostgreSQL database system.
Diffstat (limited to 'databases/postgresql73/patches/patch-ai')
-rw-r--r--databases/postgresql73/patches/patch-ai9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql73/patches/patch-ai b/databases/postgresql73/patches/patch-ai
new file mode 100644
index 00000000000..86c06348a7e
--- /dev/null
+++ b/databases/postgresql73/patches/patch-ai
@@ -0,0 +1,9 @@
+$NetBSD: patch-ai,v 1.1.1.1 2004/07/24 22:14:41 recht 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@