summaryrefslogtreecommitdiff
path: root/databases/rubygem-postgres/files/patch-postgres.c
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-22 20:34:54 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-22 20:34:54 +0000
commit95102deb9af3765d8e10fe135e836ca4412d94d3 (patch)
tree21e049b537d0227d9d44b5028f5e53985042f1ae /databases/rubygem-postgres/files/patch-postgres.c
parent1. In addition to OSVERSION test, check for existence of /usr/lib/libssl.a (diff)
Update to 0.6.3. PostgreSQL 7.1 is officially supported.
Notes
Notes: svn path=/head/; revision=41806
Diffstat (limited to 'databases/rubygem-postgres/files/patch-postgres.c')
-rw-r--r--databases/rubygem-postgres/files/patch-postgres.c10
1 files changed, 10 insertions, 0 deletions
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 <libpq/libpq-fs.h> /* large-object interface */
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <sys/types.h>
+
+ static VALUE rb_cPGconn;
+ static VALUE rb_cPGresult;