From 95102deb9af3765d8e10fe135e836ca4412d94d3 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 22 Apr 2001 20:34:54 +0000 Subject: Update to 0.6.3. PostgreSQL 7.1 is officially supported. --- databases/rubygem-postgres/files/patch-postgres.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 databases/rubygem-postgres/files/patch-postgres.c (limited to 'databases/rubygem-postgres/files') diff --git a/databases/rubygem-postgres/files/patch-postgres.c b/databases/rubygem-postgres/files/patch-postgres.c new file mode 100644 index 000000000000..5b1ef22bd5e5 --- /dev/null +++ b/databases/rubygem-postgres/files/patch-postgres.c @@ -0,0 +1,10 @@ +--- postgres.c.orig Sun Mar 18 20:58:14 2001 ++++ postgres.c Mon Apr 23 05:29:22 2001 +@@ -19,6 +19,7 @@ + #include /* large-object interface */ + #include + #include ++#include + + static VALUE rb_cPGconn; + static VALUE rb_cPGresult; -- cgit v1.2.3