summaryrefslogtreecommitdiff
path: root/databases/guile-pg/patches
diff options
context:
space:
mode:
authorcjones <cjones>2002-10-27 01:14:09 +0000
committercjones <cjones>2002-10-27 01:14:09 +0000
commit86b76f5c8bc6fa69c82aa809962bc0fd5b12169c (patch)
tree305a7a0488b651042a2aea551623ad1e4cb271c2 /databases/guile-pg/patches
parent89b081e70b402b0e9d696ee6757ecb7d740d6187 (diff)
downloadpkgsrc-86b76f5c8bc6fa69c82aa809962bc0fd5b12169c.tar.gz
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.
Diffstat (limited to 'databases/guile-pg/patches')
-rw-r--r--databases/guile-pg/patches/patch-aa13
-rw-r--r--databases/guile-pg/patches/patch-ab13
-rw-r--r--databases/guile-pg/patches/patch-ac13
3 files changed, 39 insertions, 0 deletions
diff --git a/databases/guile-pg/patches/patch-aa b/databases/guile-pg/patches/patch-aa
new file mode 100644
index 00000000000..be8a2875399
--- /dev/null
+++ b/databases/guile-pg/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/10/27 01:14:10 cjones Exp $
+
+--- Makefile.am.orig Sat Oct 26 12:41:49 2002
++++ Makefile.am
+@@ -43,7 +43,7 @@ libpostgres_la_LDFLAGS = -export-dynamic
+
+ SUFFIXES = .x
+ .c.x:
+- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
++ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@
+
+ ## Add -MG to make the .x magic work with auto-dep code.
+ MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
diff --git a/databases/guile-pg/patches/patch-ab b/databases/guile-pg/patches/patch-ab
new file mode 100644
index 00000000000..937de6bab71
--- /dev/null
+++ b/databases/guile-pg/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/10/27 01:14:10 cjones Exp $
+
+--- Makefile.in.orig Sat Oct 26 12:42:06 2002
++++ Makefile.in
+@@ -528,7 +528,7 @@ installdirs mostlyclean-generic distclea
+ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+ .c.x:
+- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
++ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/databases/guile-pg/patches/patch-ac b/databases/guile-pg/patches/patch-ac
new file mode 100644
index 00000000000..bcefacfadac
--- /dev/null
+++ b/databases/guile-pg/patches/patch-ac
@@ -0,0 +1,13 @@
+$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>