summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql/patches/patch-as')
-rw-r--r--databases/postgresql/patches/patch-as13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/postgresql/patches/patch-as b/databases/postgresql/patches/patch-as
new file mode 100644
index 00000000000..745622c0a4d
--- /dev/null
+++ b/databases/postgresql/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2000/03/18 17:43:17 jlam Exp $
+
+--- pl/plpgsql/src/Makefile.in.orig Wed Jun 30 19:57:31 1999
++++ pl/plpgsql/src/Makefile.in Thu Mar 16 17:49:45 2000
+@@ -27,7 +27,7 @@
+
+ OBJS= pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
+
+-SHLIB_LINK+= -L$(LIBPQDIR) -lpq
++SHLIB_LINK+= $(LIBPQ)
+
+ # If crypt is a separate library, rather than part of libc, it may need
+ # to be referenced separately to keep (broken) linkers happy. (This is