diff options
Diffstat (limited to 'databases/guile-pg/patches/patch-aa')
-rw-r--r-- | databases/guile-pg/patches/patch-aa | 13 |
1 files changed, 13 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) |