summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-as
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-03-18 17:43:16 +0000
committerjlam <jlam@pkgsrc.org>2000-03-18 17:43:16 +0000
commit9983612216f1d1e5c31772065738fd49fcf09ff0 (patch)
treefda70077218bb8cf29d114803ea906d30f3a3349 /databases/postgresql/patches/patch-as
parentd8e78911c9ef7e8130d3d43abdc64aec1615d077 (diff)
downloadpkgsrc-9983612216f1d1e5c31772065738fd49fcf09ff0.tar.gz
Change structure of postgresql package. Shared library build is now
unlibtoolized. Things now install into ${PREFIX} instead of ${PREFIX}/${PGSQL_USER} to match hier(7) expectations. The Tcl and Tk interfaces are now split out into separate packages. This closes the following PRs: 7384, 8747, 8789, 9272, 9461.
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