summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-ag
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-02-17 15:29:55 +0000
committeragc <agc@pkgsrc.org>1998-02-17 15:29:55 +0000
commitf9632bdc2b06c1fef28b88aa8ae4aec48c3c6333 (patch)
treed68df52a58370ca2b4d673f04221ee7643ff3a7d /databases/postgresql/patches/patch-ag
parente904242751d58625381535bd7207e025c7674e85 (diff)
downloadpkgsrc-f9632bdc2b06c1fef28b88aa8ae4aec48c3c6333.tar.gz
Initial import of Postgresql 6.2.1, an Object Relational Database
Management System, into the NetBSD packages collection, from the FreeBSD port.
Diffstat (limited to 'databases/postgresql/patches/patch-ag')
-rw-r--r--databases/postgresql/patches/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql/patches/patch-ag b/databases/postgresql/patches/patch-ag
new file mode 100644
index 00000000000..182772671c1
--- /dev/null
+++ b/databases/postgresql/patches/patch-ag
@@ -0,0 +1,11 @@
+--- interfaces/libpq/Makefile.orig Sun Oct 5 02:00:11 1997
++++ interfaces/libpq/Makefile Sun Oct 5 02:00:31 1997
+@@ -151,7 +151,7 @@
+ install-shlib: $(shlib)
+ $(INSTALL) $(INSTL_LIB_OPTS) $(shlib) $(DESTDIR)$(LIBDIR)/$(shlib)
+ rm -f $(DESTDIR)$(LIBDIR)/libpq.so
+- ln -s libpq.so.1 $(DESTDIR)$(LIBDIR)/libpq.so
++ ln -s libpq.so.1.0 $(DESTDIR)$(LIBDIR)/libpq.so
+
+ depend dep:
+ $(CC) -MM $(INCLUDE_OPT) *.c >depend