pkgsrc/databases/guile-pg/patches/patch-ac
cjones d93d1a240e Imported guile-pg:
Guile-pg is a Guile module providing access and allowing updates to
PostgreSQL databases from Guile scripts. Guile is the GNU interpreter
for the Scheme language and PostgreSQL is a free relational database
management system.
2002-10-27 01:14:09 +00:00

13 lines
328 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2002/10/27 01:14:10 cjones Exp $
--- libpostgres.c.orig Sat Oct 26 12:46:07 2002
+++ libpostgres.c Sat Oct 26 12:46:08 2002
@@ -37,7 +37,7 @@
#include <guile/gh.h>
#include <libpq-fe.h>
-#include <postgres.h>
+/* #include <postgres.h> */
#include <libpq/libpq-fs.h>
#include <libpostgres.h>